Launcher: improved clipboard images look

This commit is contained in:
LemmyCook 2025-09-03 10:43:00 -04:00
parent 7b2d490ba7
commit 24620210fe
3 changed files with 12 additions and 14 deletions

View file

@ -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