mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-20 15:11:14 +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
|
||||
setInterval(checkDarkLightMode, 1000);
|
||||
|
||||
setInterval(checkDarkLightMode, 60000);
|
||||
|
||||
Dribbblish.config.register({
|
||||
area: "Theme",
|
||||
type: "select",
|
||||
|
|
|
|||
Loading…
Reference in a new issue