mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
settings-widget: fixed typo
This commit is contained in:
@@ -505,7 +505,8 @@
|
||||
"screenOffTimeout": 0,
|
||||
"lockTimeout": 0,
|
||||
"suspendTimeout": 0,
|
||||
"fadeDuration": 5
|
||||
"fadeDuration": 5,
|
||||
"customCommands": "[]"
|
||||
},
|
||||
"desktopWidgets": {
|
||||
"enabled": false,
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
"iconColor": "error"
|
||||
},
|
||||
"Settings": {
|
||||
"iconColor": "non"
|
||||
"iconColor": "none"
|
||||
},
|
||||
"Spacer": {
|
||||
"width": 20
|
||||
|
||||
@@ -225,7 +225,7 @@ Singleton {
|
||||
"iconColor": "error"
|
||||
},
|
||||
"Settings": {
|
||||
"iconColor": "non"
|
||||
"iconColor": "none"
|
||||
},
|
||||
"Spacer": {
|
||||
"width": 20
|
||||
|
||||
Reference in New Issue
Block a user