Merge branch 'master' into 2.5.13

This commit is contained in:
Booker
2022-09-02 11:30:08 +08:00
committed by GitHub
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

View File

@@ -39,6 +39,7 @@ namespace GeekDesk.Control.Windows
{
InitializeComponent();
this.colorPicker = colorPicker;
try
{
SetProcessDPIAware();