🎨 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:
Daniel 2023-09-03 09:31:59 +08:00
parent 336eaef000
commit 9bc0064dac
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -43,6 +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
}
func NewSystem() *System {