Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions misc/dsg-configs/org.deepin.Display.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"defaultTemperatureManual": {
"value": 3500,
"serial": 0,
"serial": 1,
"flags": [],
"name": "default temperature manual",
"name[zh_CN]": "手动模式下的色温默认值",
"description": "default temperature by manual",
"description[zh_CN]": "手动模式下的默认色温值",
"permissions": "readwrite",
"visibility": "private"
"visibility": "public"
},
"customModeTime": {
"value": "22:00-7:00",
Expand Down
4 changes: 2 additions & 2 deletions misc/dsg-configs/org.deepin.dde.daemon.account.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"isAllowLocalUnlockTerminal": {
"value": false,
"serial": 0,
"serial": 1,
"flags": ["global"],
"name": "isAllowLocalUnlockTerminal",
"name[zh_CN]": "是否容许本地解锁终端",
"description": "Whether to allow local unlocking of the terminal",
"permissions": "readwrite",
"visibility": "private"
"visibility": "public"
},
"passwordEncryptionAlgorithm": {
"value": "sm3",
Expand Down
4 changes: 2 additions & 2 deletions misc/dsg-configs/org.deepin.dde.daemon.keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
},
"capslockToggle": {
"value": true,
"serial": 0,
"serial": 1,
"flags": [],
"name": "capslockToggle",
"name[zh_CN]": "大写锁定切换通知",
"description": "Control whether show CapsLock notify",
"permissions": "readwrite",
"visibility": "private"
"visibility": "public"
},
"saveNumlockState": {
"value": true,
Expand Down
6 changes: 3 additions & 3 deletions misc/dsg-configs/org.deepin.dde.daemon.timedate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"contents": {
"timeZone": {
"value": "Asia/Shanghai",
"serial": 0,
"serial": 1,
"flags": [],
"name": "time zone of user set",
"name[zh_CN]": "用户设置的时区",
"description": "time zone property",
"permissions": "readwrite",
"visibility": "private"
"visibility": "public"
},
"ntpServer": {
"value": "",
Expand Down Expand Up @@ -115,4 +115,4 @@
"visibility": "private"
}
}
}
}
Loading