From 4565dc5bd6d954c643fa614bab54348710206bae Mon Sep 17 00:00:00 2001 From: BookerLiu Date: Mon, 17 Apr 2023 15:07:28 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E5=8A=A0=E5=AF=86?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=9C=AA=E6=98=BE=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Control/Other/PasswordDialog.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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; } }