[Fix] Minor UX tweaks: freezeOverride components

This commit is contained in:
Minoricew
2025-06-11 00:35:49 +08:00
parent a639ae0ac6
commit 423142d785
8 changed files with 670 additions and 662 deletions

View File

@@ -36,9 +36,13 @@ const showToast = (entry) => {
showReloadToast();
} else if (entry.restart) {
showRelaunchToast();
} else if (entry.restartPLS) {
}
/*
else if (entry.restartPLS) {
showRelaunchPLSToast();
}
*/
};
const insertOrRemoveEl = (parent, child, isInsert = true) => {