🩹 修复关闭后仍有后台窗口, 优化主窗口动画
This commit is contained in:
@@ -99,7 +99,23 @@ namespace GeekDesk.ViewModel
|
||||
|
||||
private string passwordHint; //密码提示
|
||||
|
||||
private bool? isShow;
|
||||
|
||||
|
||||
#region GetSet
|
||||
public bool? IsShow
|
||||
{
|
||||
get
|
||||
{
|
||||
return isShow;
|
||||
}
|
||||
set
|
||||
{
|
||||
isShow = value;
|
||||
OnPropertyChanged("IsShow");
|
||||
}
|
||||
}
|
||||
|
||||
public string PasswordHint
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user