mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-09 13:12:08 +00:00
WallhavenSettingsPopup: fix apply button clickthrough
This commit is contained in:
@@ -621,8 +621,10 @@ Popup {
|
||||
// Refresh the wallpaper search with current settings
|
||||
WallhavenService.search(Settings.data.wallpaper.wallhavenQuery || "", 1)
|
||||
|
||||
// Close the popup after applying
|
||||
root.hide()
|
||||
// Close the popup after applying (delay to prevent click propagation)
|
||||
Qt.callLater(() => {
|
||||
root.hide()
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user