some fixes to remove warnings

This commit is contained in:
Hannes
2026-08-22 16:54:49 +02:00
parent a046c5b3e0
commit 896264c062
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ PanelWindow {
function switchModeChooser() {
all_invisible()
languageChooser.visible = true
languageChooser.start()
// languageChooser.start()
}
function switch_KanaVoicing() {
+1 -1
View File
@@ -64,7 +64,7 @@ PanelWindow {
border.width: 1
}
Keys.onReleased: {
Keys.onReleased: (event) => {
if (event.key === Qt.Key_Escape) {
console.log("Escape pressed inside TextField")
console.log("Pressed Escape, closing Wallpaper Picker")