diff --git a/Control/Other/PasswordDialog.xaml.cs b/Control/Other/PasswordDialog.xaml.cs index c6139ac..143b7e1 100644 --- a/Control/Other/PasswordDialog.xaml.cs +++ b/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; } }