Browse Source

:bug: 修复加密提示未显示的bug

BookerLiu 2 years ago
parent
commit
4565dc5bd6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Control/Other/PasswordDialog.xaml.cs

+ 1 - 0
Control/Other/PasswordDialog.xaml.cs

@@ -105,6 +105,7 @@ namespace GeekDesk.Control.Other
                         if (!string.IsNullOrEmpty(appData.AppConfig.PasswordHint))
                         {
                             //显示提示信息
+                            HintMsg.Text = "提示: " + appData.AppConfig.PasswordHint;
                             HintMsg.Visibility = Visibility.Visible;
                         }
                     }