Launcher: improved clipboard images look
This commit is contained in:
parent
7b2d490ba7
commit
24620210fe
3 changed files with 12 additions and 14 deletions
|
|
@ -22,7 +22,7 @@ Item {
|
|||
Connections {
|
||||
target: ClipboardService
|
||||
function onListCompleted() {
|
||||
if (gotResults) {
|
||||
if (gotResults && (lastSearchText === searchText)) {
|
||||
// Do not update results after the first fetch.
|
||||
// This will avoid the list resetting every 2seconds when the service updates.
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue