mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Renamed Colors to Color
- some work on the active window
This commit is contained in:
@@ -49,7 +49,7 @@ Singleton {
|
||||
reload()
|
||||
}
|
||||
onLoaded: function () {
|
||||
Logger.log("Settings", "Loaded")
|
||||
Logger.log("Settings", "OnLoaded")
|
||||
Qt.callLater(function () {
|
||||
// Only set wallpaper on initial load, not on reloads
|
||||
if (isInitialLoad && adapter.wallpaper.current !== "") {
|
||||
@@ -75,7 +75,9 @@ Singleton {
|
||||
property bool showActiveWindow: true
|
||||
property bool showSystemInfo: false
|
||||
property bool showMedia: false
|
||||
property bool hideBrightness: false
|
||||
property bool showBrightness: true
|
||||
property bool showNotificationsHistory: true
|
||||
property bool showTray: true
|
||||
property list<string> monitors: []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user