mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-08 04:31:22 +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,7 +518,7 @@ 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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue