Launcher: fixed IPC calls + fix locked up results in clipboard after short successive opening.
This commit is contained in:
parent
1e81a89a1a
commit
392f0e14b2
3 changed files with 14 additions and 38 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue