From c1e83e8a391df6607297b76b1362f36e52b665ae Mon Sep 17 00:00:00 2001 From: BookerLiu Date: Mon, 20 Mar 2023 11:29:59 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=96=B0=E5=A2=9E=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E8=8F=9C=E5=8D=95=E5=8A=9F=E8=83=BD?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ce17e7174e7882207172ec402a011ec96b5b41d9. --- Constant/MenuTypeEnum.cs | 8 --- Control/Other/PasswordDialog.xaml.cs | 1 - Control/UserControls/Config/ThemeControl.xaml | 14 ---- .../PannelCard/LeftCardControl.xaml | 2 - .../PannelCard/LeftCardControl.xaml.cs | 65 +------------------ .../PannelCard/RightCardControl.xaml | 2 +- GeekDesk.csproj | 1 - ViewModel/AppConfig.cs | 19 ------ ViewModel/MenuInfo.cs | 44 ------------- 9 files changed, 2 insertions(+), 154 deletions(-) delete mode 100644 Constant/MenuTypeEnum.cs 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 @@