1
0
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:
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();
return true;
case "processlist":
PopoutService.toggleProcessList();
PopoutService.toggleProcessListModal();
return true;
}
return false;