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)
3333 /// <summary>
3434 /// Windows 锁定时自动解锁程序
3535 /// </summary>
36- public bool IsUnlockWhenWindowsLock { get ; set ; } = false ;
36+ public bool IsUnlockWhenWindowsLock { get ; set ; } = true ;
3737
3838 /// <summary>
3939 /// 锁定时显示动画
Original file line number Diff line number Diff line change 2020 Color =" Color.Primary" />
2121 </MudTooltip >
2222</div >
23- <div class =" d-flex" >
23+ <div class =" d-flex align-center " >
2424 <MudSwitch @bind-Value =" @(AppSettings.IsUnlockWhenWindowsLock)"
2525 @bind-Value:after =" SaveSettings"
2626 Label =" @(Lang[" IdleWhenWindowsLock " ])"
Original file line number Diff line number Diff line change 235235 <value >已锁定</value >
236236 </data >
237237 <data name =" AutoLock" xml : space =" preserve" >
238- <value >空闲自动锁定 (分钟,0不启用)</value >
238+ <value >无操作时自动锁定 (分钟,0不启用)</value >
239239 </data >
240240 <data name =" Never" xml : space =" preserve" >
241241 <value >从不</value >
You can’t perform that action at this time.
0 commit comments