autoformatting
This commit is contained in:
parent
5d11e37687
commit
9168eba07b
1 changed files with 4 additions and 2 deletions
|
|
@ -60,9 +60,11 @@ Singleton {
|
||||||
"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 = []
|
adapter.bar.monitors = []
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
//Logger.log("Settings", "Found valid bar monitors, keeping configuration")
|
//Logger.log("Settings", "Found valid bar monitors, keeping configuration")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
//Logger.log("Settings", "Bar monitor list is empty, will show on all available screens")
|
//Logger.log("Settings", "Bar monitor list is empty, will show on all available screens")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -153,7 +155,7 @@ Singleton {
|
||||||
|
|
||||||
validateMonitorConfigurations()
|
validateMonitorConfigurations()
|
||||||
|
|
||||||
kickOffServices();
|
kickOffServices()
|
||||||
|
|
||||||
// Emit the signal
|
// Emit the signal
|
||||||
root.settingsLoaded()
|
root.settingsLoaded()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue