mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-03 19:12:11 -04:00
@@ -631,6 +631,13 @@ Singleton {
|
||||
processListModal?.hide();
|
||||
}
|
||||
|
||||
function unloadProcessListModal() {
|
||||
if (processListModalLoader) {
|
||||
processListModal = null;
|
||||
processListModalLoader.active = false;
|
||||
}
|
||||
}
|
||||
|
||||
function toggleProcessListModal() {
|
||||
if (processListModal) {
|
||||
processListModal.toggle();
|
||||
|
||||
Reference in New Issue
Block a user