better ddcutil handling, revert to using onMoved brightness slider, fix osd region

This commit is contained in:
2026-07-08 16:17:37 +02:00
parent 1cbe9a9f8a
commit b19b630a77
9 changed files with 31 additions and 80 deletions
+3 -3
View File
@@ -28,9 +28,7 @@ Scope {
visible: false
Connections {
target: root
onShouldShowChanged: {
function onShouldShowChanged(): void {
if (root.shouldShow) {
panelWindow.visible = true;
openAnim.start();
@@ -38,6 +36,8 @@ Scope {
closeAnim.start();
}
}
target: root
}
Anim {