mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-05 19:21:12 +00:00
Increase frequency of checkDarkLightMode interval to 1s
This commit is contained in:
parent
7e59834be4
commit
1a61984656
1 changed files with 1 additions and 1 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, 60000);
|
setInterval(checkDarkLightMode, 1000);
|
||||||
|
|
||||||
Dribbblish.config.register({
|
Dribbblish.config.register({
|
||||||
area: "Theme",
|
area: "Theme",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue