From e2246d2e8d1c3100464c9ece726a469751c64f88 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Fri, 11 Oct 2024 22:31:37 -0400 Subject: [PATCH] fixed an oopsie --- src/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.qml b/src/main.qml index ecbae1e..6605fa0 100644 --- a/src/main.qml +++ b/src/main.qml @@ -259,7 +259,7 @@ ApplicationWindow { Accessible.description: qsTr("Select this button to select you storage device") MouseArea { - id: osbuttonMouseArea + id: dstbuttonMouseArea anchors.fill: parent cursorShape: Qt.PointingHandCursor hoverEnabled: true