diff --git a/Assets/settings-default.json b/Assets/settings-default.json index a3d93435c..5c17a1956 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -505,7 +505,8 @@ "screenOffTimeout": 0, "lockTimeout": 0, "suspendTimeout": 0, - "fadeDuration": 5 + "fadeDuration": 5, + "customCommands": "[]" }, "desktopWidgets": { "enabled": false, diff --git a/Assets/settings-widgets-default.json b/Assets/settings-widgets-default.json index b3136bb97..744c937e5 100644 --- a/Assets/settings-widgets-default.json +++ b/Assets/settings-widgets-default.json @@ -147,7 +147,7 @@ "iconColor": "error" }, "Settings": { - "iconColor": "non" + "iconColor": "none" }, "Spacer": { "width": 20 diff --git a/Services/UI/BarWidgetRegistry.qml b/Services/UI/BarWidgetRegistry.qml index ee7cd102a..f452b9f0f 100644 --- a/Services/UI/BarWidgetRegistry.qml +++ b/Services/UI/BarWidgetRegistry.qml @@ -225,7 +225,7 @@ Singleton { "iconColor": "error" }, "Settings": { - "iconColor": "non" + "iconColor": "none" }, "Spacer": { "width": 20