mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
found it!
This commit is contained in:
parent
5a8a257174
commit
9a34c84a17
1 changed files with 4 additions and 8 deletions
10
src/main.qml
10
src/main.qml
|
@ -250,11 +250,6 @@ ApplicationWindow {
|
||||||
Layout.minimumHeight: 40
|
Layout.minimumHeight: 40
|
||||||
Layout.preferredWidth: 200
|
Layout.preferredWidth: 200
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onClicked: {
|
|
||||||
imageWriter.startDriveListPolling()
|
|
||||||
dstpopup.open()
|
|
||||||
dstlist.forceActiveFocus()
|
|
||||||
}
|
|
||||||
Accessible.ignored: ospopup.visible || dstpopup.visible || hwpopup.visible
|
Accessible.ignored: ospopup.visible || dstpopup.visible || hwpopup.visible
|
||||||
Accessible.description: qsTr("Select this button to select you storage device")
|
Accessible.description: qsTr("Select this button to select you storage device")
|
||||||
|
|
||||||
|
@ -270,8 +265,9 @@ ApplicationWindow {
|
||||||
bgrect2.mouseOver = false
|
bgrect2.mouseOver = false
|
||||||
}
|
}
|
||||||
onClicked: {
|
onClicked: {
|
||||||
ospopup.open()
|
imageWriter.startDriveListPolling()
|
||||||
osswipeview.currentItem.forceActiveFocus()
|
dstpopup.open()
|
||||||
|
dstlist.forceActiveFocus()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue