IMP: description for 'Based on System Theme' option

This commit is contained in:
Julien Maille 2021-12-02 20:31:08 +01:00
parent 76fda08a71
commit 34bd5fe4f8

View file

@ -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"];