1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 01:32:29 -04:00

Fix Process List popout crash from AppSearch (#1552)

This commit is contained in:
Higor Prado
2026-01-30 15:45:33 -03:00
committed by GitHub
parent 02edce2999
commit a90717b20c

View File

@@ -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;