Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Sep 23, 2024
1 parent d62779d commit dbd5c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/eurotilities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ export function onUnload() {
...modules[module],
title: `${modules[module].title} - Disabled`,
content: null,
duration: 0,
});
} else {
showToast({
...modules[module],
title: `${modules[module].title} - Not Disabled`,
title: "Restat Required",
content: `${modules[module].title} requires a restart to disable.`,
onClick() {
location.reload();
Expand Down

0 comments on commit dbd5c2b

Please sign in to comment.