Increase frequency of checkDarkLightMode interval to 1s

This commit is contained in:
Evan Brierton 2021-11-29 13:28:16 +00:00
parent 7e59834be4
commit 1a61984656
No known key found for this signature in database
GPG key ID: EEB49EB91D2A0E70

View file

@ -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",