This commit is contained in:
2025-08-11 15:57:46 -06:00
parent 7bc4fc22a8
commit f8161b459d

View File

@@ -140,7 +140,6 @@ Item {
font.family: "Rajdhani"
font.pointSize: 30
font.bold: true
color: "#FFFFFF"
Keys.onEscapePressed: {
mainStack.forceActiveFocus();
}
@@ -175,7 +174,6 @@ Item {
font.family: "Rajdhani"
font.pointSize: 30
font.bold: true
color: "#FFFFFF"
Keys.onEscapePressed: {
mainStack.forceActiveFocus();
}