Beginning to make JLearner Work and a bit of Code clean up
This commit is contained in:
@@ -18,7 +18,7 @@ PanelWindow {
|
||||
id: pickerScope
|
||||
focus: true
|
||||
|
||||
Keys.onReleased: {
|
||||
Keys.onReleased: function(event) {
|
||||
if (event.key === Qt.Key_Escape) {
|
||||
console.log("Pressed Escape, closing Wallpaper Picker")
|
||||
wallpaperLoader.active = false
|
||||
|
||||
Reference in New Issue
Block a user