mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 09:12:22 +00:00
fix #107
This commit is contained in:
parent
19aeb86204
commit
8b2d6fa141
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ DribbblishShared.config.register({
|
||||||
description: "Select Dark / Bright mode",
|
description: "Select Dark / Bright mode",
|
||||||
defaultValue: "dark",
|
defaultValue: "dark",
|
||||||
showChildren: (val) => {
|
showChildren: (val) => {
|
||||||
if (val == 2) return ["darkModeOnTime", "darkModeOffTime"];
|
if (val == "time") return ["darkModeOnTime", "darkModeOffTime"];
|
||||||
//if (val == 3) return [""];
|
//if (val == 3) return [""];
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue