diff --git a/main.ts b/main.ts index 28a4c2a..c85900d 100644 --- a/main.ts +++ b/main.ts @@ -20,7 +20,7 @@ export default class DoubleSwitchPlugin extends Plugin { settings: DoubleSwitchSettings; darkModeBefore = document.body.hasClass('theme-dark'); - async onload(app: App) { + async onload() { await this.loadSettings(); // Add a plugin settings tab diff --git a/manifest-beta.json b/manifest-beta.json index 1c45ac2..6716091 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "double-switch", "name": "Auto switch themes between dark/light mode", - "version": "0.5.0", + "version": "0.6.1", "minAppVersion": "0.15.0", "description": "Toggling dark/light mode switches themes automatically", "author": "Robert Storlind",