Skip to content

Commit

Permalink
oops....
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Sep 23, 2024
1 parent b47ef34 commit d6b1e3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/eurotilities/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import modules from "./helpers/modules.ts";

const {
plugin: { store, showSettings },
plugin: { store },
ui: { showToast },
} = shelter;

Expand All @@ -11,8 +11,6 @@ export function onLoad() {
modules[module].start();
}
}

showSettings();
}

export function onUnload() {
Expand Down

0 comments on commit d6b1e3c

Please sign in to comment.