File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public void Initialize(HotkeyTools hotkeyTools)
33
33
/// <summary>
34
34
/// Windows 锁定时自动解锁程序
35
35
/// </summary>
36
- public bool IsUnlockWhenWindowsLock { get ; set ; } = false ;
36
+ public bool IsUnlockWhenWindowsLock { get ; set ; } = true ;
37
37
38
38
/// <summary>
39
39
/// 锁定时显示动画
Original file line number Diff line number Diff line change 20
20
Color =" Color.Primary" />
21
21
</MudTooltip >
22
22
</div >
23
- <div class =" d-flex" >
23
+ <div class =" d-flex align-center " >
24
24
<MudSwitch @bind-Value =" @(AppSettings.IsUnlockWhenWindowsLock)"
25
25
@bind-Value:after =" SaveSettings"
26
26
Label =" @(Lang[" IdleWhenWindowsLock " ])"
Original file line number Diff line number Diff line change 235
235
<value >已锁定</value >
236
236
</data >
237
237
<data name =" AutoLock" xml : space =" preserve" >
238
- <value >空闲自动锁定 (分钟,0不启用)</value >
238
+ <value >无操作时自动锁定 (分钟,0不启用)</value >
239
239
</data >
240
240
<data name =" Never" xml : space =" preserve" >
241
241
<value >从不</value >
You can’t perform that action at this time.
0 commit comments