diff --git a/src/ComputerLock/Configuration/AppSettings.cs b/src/ComputerLock/Configuration/AppSettings.cs index b54d12b..44df5c6 100644 --- a/src/ComputerLock/Configuration/AppSettings.cs +++ b/src/ComputerLock/Configuration/AppSettings.cs @@ -8,7 +8,7 @@ public class AppSettings /// /// 关闭窗口时最小化到托盘 /// - public bool IsHideWindowWhenClose { get; set; } = true; + public bool IsHideWindowWhenClose { get; set; } = true; /// /// 启动后最小化到托盘