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 -1
View File
@@ -78,13 +78,13 @@ function start() {
commander = new Commander();
settings.enable();
timer.enable();
gtkThemer.enable();
shellThemer.enable();
iconThemer.enable();
cursorThemer.enable();
backgrounder.enable();
commander.enable();
timer.enable();
enabled = true;
logDebug('Extension enabled.');