This commit is contained in:
2025-07-17 22:18:44 +02:00
parent 2e61e5b629
commit 3788c3e631
2 changed files with 18 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ pub struct Polygon {
#[serde(skip)]
pub color: Color,
pub color_name: String,
#[serde(skip)]
pub show_color_picker: bool,
}
#[warn(dead_code)]