autoformatting
This commit is contained in:
parent
5d11e37687
commit
9168eba07b
1 changed files with 4 additions and 2 deletions
|
|
@ -57,12 +57,14 @@ Singleton {
|
|||
}
|
||||
if (!hasValidBarMonitor) {
|
||||
Logger.warn("Settings",
|
||||
"No configured bar monitors found on system, clearing bar monitor list to show on all screens")
|
||||
"No configured bar monitors found on system, clearing bar monitor list to show on all screens")
|
||||
adapter.bar.monitors = []
|
||||
} else {
|
||||
|
||||
//Logger.log("Settings", "Found valid bar monitors, keeping configuration")
|
||||
}
|
||||
} else {
|
||||
|
||||
//Logger.log("Settings", "Bar monitor list is empty, will show on all available screens")
|
||||
}
|
||||
}
|
||||
|
|
@ -153,7 +155,7 @@ Singleton {
|
|||
|
||||
validateMonitorConfigurations()
|
||||
|
||||
kickOffServices();
|
||||
kickOffServices()
|
||||
|
||||
// Emit the signal
|
||||
root.settingsLoaded()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue