We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826b968 commit 1cdbe6bCopy full SHA for 1cdbe6b
src/ComputerLock/Configuration/AppSettings.cs
@@ -119,7 +119,7 @@ public void Initialize(HotkeyTools hotkeyTools)
119
/// <summary>
120
/// 启用密码框
121
/// </summary>
122
- public bool EnablePasswordBox { get; set; } = true;
+ public bool EnablePasswordBox { get; set; } = false;
123
124
125
/// 自动隐藏密码框
@@ -139,7 +139,7 @@ public void Initialize(HotkeyTools hotkeyTools)
139
140
/// 屏幕解锁方式
141
142
- public ScreenUnlockMethods ScreenUnlockMethod { get; set; } = ScreenUnlockMethods.Password;
+ public ScreenUnlockMethods ScreenUnlockMethod { get; set; } = ScreenUnlockMethods.Hotkey;
143
144
145
/// 锁屏状态展示
0 commit comments