Beta release 0.6.1

This commit is contained in:
Robert Storlind 2025-03-08 08:42:30 +01:00
parent ca84fbd0d0
commit 5f23de481f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",