mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
Fix Process List popout crash from AppSearch (#1552)
This commit is contained in:
@@ -322,7 +322,7 @@ Singleton {
|
||||
PopoutService.toggleNotepad();
|
||||
return true;
|
||||
case "processlist":
|
||||
PopoutService.toggleProcessList();
|
||||
PopoutService.toggleProcessListModal();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user