mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01: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
336eaef000
commit
9bc0064dac
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue