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
@@ -44,6 +44,7 @@ var Backgrounder = class {
if (e.settings.backgrounds.enabled) {
this._connectSettings();
this._connectTimer();
this._changeSystemBackground(e.timer.time);
}
logDebug('Backgrounder enabled.');
}