mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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",
|
||||
defaultValue: "dark",
|
||||
showChildren: (val) => {
|
||||
if (val == 2) return ["darkModeOnTime", "darkModeOffTime"];
|
||||
if (val == "time") return ["darkModeOnTime", "darkModeOffTime"];
|
||||
//if (val == 3) return [""];
|
||||
return false;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue