mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +00:00
Merge pull request #112 from JulienMaille/JulienMaille-patch-1
set default theme mode to "Based on time"
This commit is contained in:
commit
3b248c465b
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ Dribbblish.config.register({
|
||||||
key: "theme",
|
key: "theme",
|
||||||
name: "Theme",
|
name: "Theme",
|
||||||
description: "Select Dark / Bright mode",
|
description: "Select Dark / Bright mode",
|
||||||
defaultValue: "dark",
|
defaultValue: "time",
|
||||||
showChildren: (val) => {
|
showChildren: (val) => {
|
||||||
if (val == "time") return ["darkModeOnTime", "darkModeOffTime"];
|
if (val == "time") return ["darkModeOnTime", "darkModeOffTime"];
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue