1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

dock: Fix dock launcher button persistence

This commit is contained in:
purian23
2026-01-22 18:15:00 -05:00
parent dd3d2908a2
commit 15dc91f779
4 changed files with 9 additions and 3 deletions

View File

@@ -318,10 +318,10 @@ Singleton {
PopoutService.focusOrToggleSettings();
return true;
case "notepad":
PopoutService.openNotepad();
PopoutService.toggleNotepad();
return true;
case "processlist":
PopoutService.showProcessListModal();
PopoutService.toggleProcessList();
return true;
}
return false;