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