Activate timer before modules and activate always on-demand timer first

This commit is contained in:
Romain Vigier
2020-12-03 11:47:34 +01:00
parent f4756eb470
commit 69b997c659
8 changed files with 12 additions and 9 deletions
+1
View File
@@ -43,6 +43,7 @@ var IconThemer = class {
if (e.settings.iconVariants.enabled) {
this._connectSettings();
this._connectTimer();
this._setSystemVariant(e.timer.time);
}
logDebug('Icon Themer enabled.');
}