From 34bd5fe4f80ce326e9a10e3e919355b1708991cd Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Thu, 2 Dec 2021 20:31:08 +0100 Subject: [PATCH] IMP: description for 'Based on System Theme' option --- src/js/main.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/js/main.js b/src/js/main.js index b8ade4b..761f6df 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -624,7 +624,10 @@ Dribbblish.on("ready", () => { order: -1, key: "theme", name: "Theme", - description: "Select Dark / Bright mode", + description: `Select Dark / Bright mode + **Based on System Theme** should work on MacOs and Linux + On Windows you will need to patch Spotify.exe using this [(script)](https://github.com/khanhas/spicetify-cli/issues/1095#issuecomment-980473116){.muted} + `, defaultValue: "time", showChildren: (val) => { if (val == "time") return ["darkModeOnTime", "darkModeOffTime", "bgTheme"];