From 07c7903b8eb3e9c531d2d2de98f58415153d77e1 Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Fri, 11 Oct 2024 22:26:58 -0400 Subject: [PATCH] fix hash --- src/main.qml | 33 +++++++++++++++++++++++++++++---- src/os_list.json | 14 +++++++------- 2 files changed, 36 insertions(+), 11 deletions(-) diff --git a/src/main.qml b/src/main.qml index a8b99a8..ecbae1e 100644 --- a/src/main.qml +++ b/src/main.qml @@ -256,7 +256,32 @@ ApplicationWindow { dstlist.forceActiveFocus() } Accessible.ignored: ospopup.visible || dstpopup.visible || hwpopup.visible - Accessible.description: qsTr("Select this button to change the destination storage device") + Accessible.description: qsTr("Select this button to select you storage device") + + MouseArea { + id: osbuttonMouseArea + anchors.fill: parent + cursorShape: Qt.PointingHandCursor + hoverEnabled: true + onEntered: { + bgrect1.mouseOver = true + } + onExited: { + bgrect1.mouseOver = false + } + onClicked: { + ospopup.open() + osswipeview.currentItem.forceActiveFocus() + } + } + + Rectangle { + id: bgrect1 + anchors.fill: parent + color: accentColor + visible: mouseOver + property bool mouseOver: false + } } } @@ -832,8 +857,8 @@ ApplicationWindow { onEntered: { bgrect.mouseOver = true - mouseText.color = backgroundColor - mouseText2.color = backgroundColor + mouseText.color = accentColor + mouseText2.color = accentColor } onExited: { @@ -913,7 +938,7 @@ ApplicationWindow { font.family: roboto.name text: description wrapMode: Text.WordWrap - color: "#1a1a1a" + color: accentColor } Text { diff --git a/src/os_list.json b/src/os_list.json index 9c02229..2773259 100644 --- a/src/os_list.json +++ b/src/os_list.json @@ -8,7 +8,7 @@ "release_date": "2024-10-12", "image_download_size": 2151537628, "extract_size": 4504682496, - "extract_sha256": "5ab20e7a3427dead07d5291ff93d0859cb22a07437a0bdc69c177badd390237e", + "extract_sha256": "62c492047923e3e8709e0b015760b7f1e0db2ccab40e741fe067b49d96957624", "devices": [ "rg35xx_plus" ] @@ -21,7 +21,7 @@ "release_date": "2024-10-12", "image_download_size": 2158432397, "extract_size": 4504682496, - "extract_sha256": "58b63e26ddb09779a447657af79e1322acc14d5e2eb9eab18f7518816556bd9e", + "extract_sha256": "62c492047923e3e8709e0b015760b7f1e0db2ccab40e741fe067b49d96957624", "devices": [ "rg28xx" ] @@ -34,7 +34,7 @@ "release_date": "2024-10-12", "image_download_size": 2132124667, "extract_size": 4504682496, - "extract_sha256": "00a6ba492499ffd3b0cd8d48b0fa3a999c3d3c1747c6833a9621b621cf2c1d98", + "extract_sha256": "d0d54809fcc128e43a42a2e13bfcb3427be97e05d0776263612ccce08677ea08", "devices": [ "rg35xxh" ] @@ -47,7 +47,7 @@ "release_date": "2024-10-12", "image_download_size": 2176694960, "extract_size": 4504682496, - "extract_sha256": "42474c269148d387c24580db6287de93099ac6001389ee5dddbff801594327f5", + "extract_sha256": "9a529d2f089bba6616615026c6ec16e282d622adbc6ae97172b7ab73d32092c4", "devices": [ "rg35xx_sp" ] @@ -60,7 +60,7 @@ "release_date": "2024-10-12", "image_download_size": 2151137645, "extract_size": 4504682496, - "extract_sha256": "d9b897b0586abdcd3dc2fab214e8192169c38f71d6641833df9d0a2f7dc45eb0", + "extract_sha256": "fc0da5aa0dcda244be8dec28115210200fe259c374bb7b25d6d26f4db812d351", "devices": [ "rg35xx_2024" ] @@ -73,7 +73,7 @@ "release_date": "2024-10-12", "image_download_size": 2132388103, "extract_size": 4504682496, - "extract_sha256": "b3bcca660d953ea75a5ca9b1445304afd3e674e027c115aadc5795af71e0a54d", + "extract_sha256": "fe51f4f3a7f9e51c34eb78ef704a9a6af0233d6fdf87ccd070444034003afe5c", "devices": [ "rg40xxh" ] @@ -86,7 +86,7 @@ "release_date": "2024-10-12", "image_download_size": 2132476961, "extract_size": 4504682496, - "extract_sha256": "e4bb53d8fc308c8d2f5250c5d5e715881033841b6893b6dda650b5e2bda1c43c", + "extract_sha256": "aa2cd35010e1414c62b0460d8f193d7a3c56ebcf3f59a220aebe995ab93bb051", "devices": [ "rg40xxv" ]