mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-07 04:00:59 +00:00
Revert setInterval to once per minute for checkDarkLightMode
This commit is contained in:
parent
7e96398958
commit
836c13abec
1 changed files with 2 additions and 2 deletions
|
|
@ -518,8 +518,8 @@ Dribbblish.on("ready", () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run every Minute to check time and set dark / light mode
|
// Run every Minute to check time and set dark / light mode
|
||||||
setInterval(checkDarkLightMode, 1000);
|
setInterval(checkDarkLightMode, 60000);
|
||||||
|
|
||||||
Dribbblish.config.register({
|
Dribbblish.config.register({
|
||||||
area: "Theme",
|
area: "Theme",
|
||||||
type: "select",
|
type: "select",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue