Merge branch 'master' of https://github.com/BookerLiu/GeekDesk into 2.5.12

This commit is contained in:
BookerLiu
2022-07-27 17:06:21 +08:00
2 changed files with 11 additions and 2 deletions

View File

@@ -333,6 +333,7 @@ namespace GeekDesk.Control.UserControls.PannelCard
appData.AppConfig.SelectedMenuIcons = null;
RunTimeStatus.SHOW_MENU_PASSWORDBOX = true;
MainWindow.mainWindow.RightCard.PDDialog.Title.Text = "输入密码";
MainWindow.mainWindow.RightCard.PDDialog.type = PasswordType.INPUT;
MainWindow.mainWindow.RightCard.PDDialog.Visibility = Visibility.Visible;
}
else