found it!

This commit is contained in:
cmclark00 2024-10-11 22:56:49 -04:00
parent 5a8a257174
commit 9a34c84a17

View file

@ -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,8 +265,9 @@ ApplicationWindow {
bgrect2.mouseOver = false
}
onClicked: {
ospopup.open()
osswipeview.currentItem.forceActiveFocus()
imageWriter.startDriveListPolling()
dstpopup.open()
dstlist.forceActiveFocus()
}
}