From a57b7ca57ae53273f8c8d5c27bd3f88fb70173e9 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sat, 15 Aug 2020 22:44:31 +1000 Subject: [PATCH] make it possible to enabled/disable multiple extensions --- CHANGELOG.md | 2 +- mods/core/menu.js | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62a54d..57c961f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ complete rewrite with node.js. - theme: "neutral" = smoother colours and fonts, designed to be more pleasing to the eye. - theme: "gameish" = a purple, "gamer-styled" theme with a blocky-font. - theme: "pastel dark" = a true dark theme with a hint of pastel. -- extension: "emojiset" = pick from a variety of emoji styles to use. +- extension: "emoji sets" = pick from a variety of emoji styles to use. - extension: "night shift" = sync dark/light theme with the system (overrides normal theme setting). - extension: "right-to-left" = enables auto rtl/ltr text direction detection. (ported from [github.com/obahareth/notion-rtl](https://github.com/obahareth/notion-rtl).) diff --git a/mods/core/menu.js b/mods/core/menu.js index 4f0f3e1..831d44c 100644 --- a/mods/core/menu.js +++ b/mods/core/menu.js @@ -373,7 +373,8 @@ window['__start'] = async () => { ? 1 : a.name.localeCompare(b.name) )) { - const menuStore = store('mods', { [mod.id]: { enabled: false } }), + const enabled = store('mods', { [mod.id]: { enabled: false } })[mod.id] + .enabled, author = typeof mod.author === 'object' ? mod.author @@ -384,9 +385,7 @@ window['__start'] = async () => { }; mod.elem = createElement(`