We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f0d16 commit 629d468Copy full SHA for 629d468
src/ComputerLock/Configuration/AppSettings.cs
@@ -107,7 +107,7 @@ public void Initialize(HotkeyTools hotkeyTools)
107
/// <summary>
108
/// 自动检查更新
109
/// </summary>
110
- public bool IsAutoCheckUpdate { get; set; } = false;
+ public bool IsAutoCheckUpdate { get; set; } = true;
111
112
113
/// 启用密码框
0 commit comments