diff --git a/Constant/MenuTypeEnum.cs b/Constant/MenuTypeEnum.cs new file mode 100644 index 0000000..f0c43b9 --- /dev/null +++ b/Constant/MenuTypeEnum.cs @@ -0,0 +1,8 @@ +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 c6139ac..27c2437 100644 --- a/Control/Other/PasswordDialog.xaml.cs +++ b/Control/Other/PasswordDialog.xaml.cs @@ -90,6 +90,7 @@ 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 0159ffc..7114026 100644 --- a/Control/UserControls/Config/ThemeControl.xaml +++ b/Control/UserControls/Config/ThemeControl.xaml @@ -234,6 +234,20 @@