From 1e672299dfbd008d4ad2e9df4491d3fa2a7e9c68 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 3 Sep 2023 09:56:31 +0800 Subject: [PATCH] :art: Windows/macOS add a option Settings - About - Access authorization code - Follow system lock screen https://github.com/siyuan-note/siyuan/issues/9087 --- kernel/conf/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/system.go b/kernel/conf/system.go index 00d665e1c..591d17d5c 100644 --- a/kernel/conf/system.go +++ b/kernel/conf/system.go @@ -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 {