mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-31 17:02:51 -05: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