优化修改菜单图标时的样式及逻辑
This commit is contained in:
@@ -24,8 +24,10 @@ namespace GeekDesk.ViewModel
|
||||
private string geometryColor; //几何图标颜色
|
||||
private ObservableCollection<IconInfo> iconList = new ObservableCollection<IconInfo>();
|
||||
|
||||
|
||||
|
||||
[field: NonSerializedAttribute()]
|
||||
private static string[] NO_WRITE_ARR = new string[] { "IsEdit" };
|
||||
private static string[] NO_WRITE_ARR = new string[] { "IsEdit"};
|
||||
|
||||
|
||||
public bool IsEdit
|
||||
|
||||
Reference in New Issue
Block a user