mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(dock/taskbar): pinning specific apps no longer creates duplicate icons
This commit is contained in:
@@ -505,7 +505,7 @@ PopupWindow {
|
||||
if (appId) {
|
||||
root.toggleAppPin(appId);
|
||||
}
|
||||
closeAndReset();
|
||||
Qt.callLater(() => closeAndReset());
|
||||
}
|
||||
|
||||
function handleClose(targetToplevel) {
|
||||
|
||||
Reference in New Issue
Block a user