Brightness Service: startup log
This commit is contained in:
parent
ba1c30ef54
commit
a1f7110c20
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ Singleton {
|
||||||
|
|
||||||
reloadableId: "brightness"
|
reloadableId: "brightness"
|
||||||
|
|
||||||
|
Component.onCompleted: {
|
||||||
|
Logger.log("Brightness", "Service started")
|
||||||
|
}
|
||||||
|
|
||||||
onMonitorsChanged: {
|
onMonitorsChanged: {
|
||||||
ddcMonitors = []
|
ddcMonitors = []
|
||||||
ddcProc.running = true
|
ddcProc.running = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue