fix(dock/taskbar): pinning specific apps no longer creates duplicate icons

This commit is contained in:
Lysec
2026-03-02 12:31:20 +01:00
parent bdfd8720dc
commit 1c4ee0dbc3
4 changed files with 135 additions and 7 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ PopupWindow {
if (appId) {
root.toggleAppPin(appId);
}
closeAndReset();
Qt.callLater(() => closeAndReset());
}
function handleClose(targetToplevel) {