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