mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 00:32:17 -04:00
dock: Fix dock launcher button persistence
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user