SketchStyle 去除自定义风格
This commit is contained in:
@@ -6,9 +6,7 @@ public enum SketchStyle implements IEnumDisplay{
|
||||
|
||||
MEDIUM("2"),
|
||||
|
||||
THIN("3"),
|
||||
|
||||
CUSTOM("Custom");
|
||||
THIN("3");
|
||||
|
||||
private String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user