diff --git a/Constant/MenuTypeEnum.cs b/Constant/MenuTypeEnum.cs deleted file mode 100644 index f0c43b9..0000000 --- a/Constant/MenuTypeEnum.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace GeekDesk.Constant -{ - public enum MenuTypeEnum - { - NORMAL = 0, - RELATION_FOLDER = 1 - } -} \ No newline at end of file diff --git a/Control/Other/PasswordDialog.xaml.cs b/Control/Other/PasswordDialog.xaml.cs index 27c2437..c6139ac 100644 --- a/Control/Other/PasswordDialog.xaml.cs +++ b/Control/Other/PasswordDialog.xaml.cs @@ -90,7 +90,6 @@ namespace GeekDesk.Control.Other = appData.MenuList[ MainWindow.mainWindow.LeftCard.MenuListBox.SelectedIndex ].IconList; - MainWindow.mainWindow.LeftCard.BuildWatcher(); //显示数据托盘 MainWindow.mainWindow.RightCard.WrapUFG.Visibility = Visibility.Visible; //取消加密操作 diff --git a/Control/UserControls/Config/ThemeControl.xaml b/Control/UserControls/Config/ThemeControl.xaml index 7114026..0159ffc 100644 --- a/Control/UserControls/Config/ThemeControl.xaml +++ b/Control/UserControls/Config/ThemeControl.xaml @@ -234,20 +234,6 @@