qs: update

This commit is contained in:
2026-03-12 00:31:56 +01:00
parent aab409ecc3
commit 65ac60fe34
2 changed files with 4 additions and 6 deletions
@@ -22,11 +22,12 @@ RowLayout {
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
acceptedButtons: Qt.LeftButton acceptedButtons: Qt.LeftButton
onClicked: BackgroundService.toggleChooser() onClicked: BackgroundService.openChoooser()
cursorShape: Qt.PointingHandCursor cursorShape: Qt.PointingHandCursor
} }
Rectangle { Rectangle {
visible: WallpaperCycle.enabled
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left anchors.left: parent.left
width: Style.marginS width: Style.marginS
@@ -62,11 +62,8 @@ Singleton {
}); });
} }
function toggleChooser() { function openChooser() {
if (wallreelProcess.running) wallreelProcess.running = true;
wallreelProcess.signal(2);
else
wallreelProcess.running = true;
} }
Component.onCompleted: { Component.onCompleted: {