some fixes to remove warnings
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user