mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
quicksettings: Remove debug message
This commit is contained in:
parent
e606551d7b
commit
427c177a44
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ Item {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
root.disableBrightnessUpdate = true;
|
root.disableBrightnessUpdate = true;
|
||||||
console.log(pmSource.data["PowerDevil"]["Screen Brightness"]);
|
|
||||||
root.screenBrightness = pmSource.data["PowerDevil"]["Screen Brightness"];
|
root.screenBrightness = pmSource.data["PowerDevil"]["Screen Brightness"];
|
||||||
root.disableBrightnessUpdate = false;
|
root.disableBrightnessUpdate = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue