Merge branch 'dev/dev_xp' into dev/dev

This commit is contained in:
2024-10-04 16:10:05 +08:00
3 changed files with 1 additions and 5 deletions

View File

@@ -6,9 +6,7 @@ public enum SketchStyle implements IEnumDisplay{
MEDIUM("2"),
THIN("3"),
CUSTOM("Custom");
THIN("3");
private String value;