Skip to content

Commit

Permalink
found it!
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Oct 12, 2024
1 parent 5a8a257 commit 9a34c84
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -270,9 +265,10 @@ ApplicationWindow {
bgrect2.mouseOver = false
}
onClicked: {
ospopup.open()
osswipeview.currentItem.forceActiveFocus()
}
imageWriter.startDriveListPolling()
dstpopup.open()
dstlist.forceActiveFocus()
}
}

Rectangle {
Expand Down

0 comments on commit 9a34c84

Please sign in to comment.