This commit is contained in:
2025-07-17 22:18:44 +02:00
parent ab85b948a9
commit 65156b1970
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)]