Translations

This commit is contained in:
ItsLemmy
2025-10-09 20:26:07 -04:00
parent 3fe63f463e
commit 6b444cea07
9 changed files with 186 additions and 217 deletions
+2 -2
View File
@@ -300,7 +300,7 @@ Rectangle {
onReleased: mouse => {
root.scale = 1.0
root.pressed = false
// Only trigger actions if released while hovering
if (root.hovered) {
if (mouse.button === Qt.LeftButton) {
@@ -322,4 +322,4 @@ Rectangle {
}
}
}
}
}