mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 19:10:49 +08:00
🎨 Windows/macOS add a option Settings - About - Access authorization code - Follow system lock screen https://github.com/siyuan-note/siyuan/issues/9087
This commit is contained in:
parent
d9513c4bb5
commit
1e672299df
@ -43,7 +43,7 @@ type System struct {
|
||||
DisableGoogleAnalytics bool `json:"disableGoogleAnalytics"`
|
||||
DownloadInstallPkg bool `json:"downloadInstallPkg"`
|
||||
AutoLaunch bool `json:"autoLaunch"`
|
||||
LockScreenMode int `json:"lockScreenMode"` // 0:手动,1:跟随系统 https://github.com/siyuan-note/siyuan/issues/9087
|
||||
LockScreenMode int `json:"lockScreenMode"` // 0:手动,1:手动+跟随系统 https://github.com/siyuan-note/siyuan/issues/9087
|
||||
}
|
||||
|
||||
func NewSystem() *System {
|
||||
|
Loading…
Reference in New Issue
Block a user