Skip to content

Commit

Permalink
[plugin - themeSwitch] rm export default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 authored Feb 17, 2024
2 parents 958748f + 97e49a2 commit acf268a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/themeSwitch/themeSwitchMain.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default async () => {
(async () => {
while (!window.stash) {
await new Promise((resolve) => setTimeout(resolve, 100));
}
Expand Down Expand Up @@ -684,4 +684,4 @@ export default async () => {
window.addEventListener("beforeunload", function () {
menuCreated = false;
});
};
})();

0 comments on commit acf268a

Please sign in to comment.