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

This commit is contained in:
BookerLiu
2022-09-02 16:52:56 +08:00
3 changed files with 58 additions and 25 deletions

View File

@@ -334,6 +334,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