clipboard history: remove unnecessary refreshes

This commit is contained in:
end-4
2025-05-29 11:44:52 +02:00
parent 89203e8794
commit 4b0ee5b8ab
2 changed files with 0 additions and 11 deletions
@@ -192,7 +192,6 @@ Scope {
GlobalStates.overviewOpen = false;
return;
}
Cliphist.refresh()
for (let i = 0; i < overviewVariants.instances.length; i++) {
let panelWindow = overviewVariants.instances[i];
if (panelWindow.modelData.name == Hyprland.focusedMonitor.name) {