Launcher: fixed IPC calls + fix locked up results in clipboard after short successive opening.

This commit is contained in:
LemmyCook 2025-09-03 13:49:45 -04:00
parent 1e81a89a1a
commit 392f0e14b2
3 changed files with 14 additions and 38 deletions

View file

@ -49,9 +49,12 @@ Item {
// Called when launcher opens
function onOpened() {
isWaitingForData = true
gotResults = false
lastSearchText = ""
// Refresh clipboard history when launcher opens
if (ClipboardService.active) {
isWaitingForData = true
ClipboardService.list(100)
}
}