Enable timer first

This commit is contained in:
Romain Vigier
2020-07-25 13:26:51 +02:00
parent a555bc2ed5
commit 6136becfb9
4 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -70,13 +70,13 @@ function enable() {
commander = new Commander();
settingsManager.enable();
timer.enable();
gtkThemer.enable();
shellThemer.enable();
iconThemer.enable();
cursorThemer.enable();
backgrounder.enable();
commander.enable();
timer.enable();
enabled = true;
log_debug('Extension enabled.');