Revert setInterval to once per minute for checkDarkLightMode

This commit is contained in:
Evan Brierton 2021-11-29 20:22:08 +00:00
parent 7e96398958
commit 836c13abec
No known key found for this signature in database
GPG key ID: EEB49EB91D2A0E70

View file

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