mirror of
https://github.com/carlrobert/double-switch.git
synced 2026-07-22 11:20:25 +00:00
Beta release 0.6.1
This commit is contained in:
parent
ca84fbd0d0
commit
5f23de481f
2 changed files with 2 additions and 2 deletions
2
main.ts
2
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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue