From 9a34c84a1700268a39e564c43e6ac0b088ed7629 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Fri, 11 Oct 2024 22:56:49 -0400 Subject: [PATCH] found it! --- src/main.qml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/main.qml b/src/main.qml index 884e264..62f47f0 100644 --- a/src/main.qml +++ b/src/main.qml @@ -250,11 +250,6 @@ ApplicationWindow { Layout.minimumHeight: 40 Layout.preferredWidth: 200 Layout.fillWidth: true - onClicked: { - imageWriter.startDriveListPolling() - dstpopup.open() - dstlist.forceActiveFocus() - } Accessible.ignored: ospopup.visible || dstpopup.visible || hwpopup.visible Accessible.description: qsTr("Select this button to select you storage device") @@ -270,9 +265,10 @@ ApplicationWindow { bgrect2.mouseOver = false } onClicked: { - ospopup.open() - osswipeview.currentItem.forceActiveFocus() - } + imageWriter.startDriveListPolling() + dstpopup.open() + dstlist.forceActiveFocus() + } } Rectangle {