mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
fixed an oopsie
This commit is contained in:
parent
07c7903b8e
commit
e2246d2e8d
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ ApplicationWindow {
|
||||||
Accessible.description: qsTr("Select this button to select you storage device")
|
Accessible.description: qsTr("Select this button to select you storage device")
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: osbuttonMouseArea
|
id: dstbuttonMouseArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue