Apply current variant on enable

This commit is contained in:
Romain Vigier
2020-05-13 08:52:24 +02:00
parent af8fc0a9c6
commit af2e41a4d1
+2
View File
@@ -62,6 +62,8 @@ var Switcher = class {
this.time.enable();
this.time.subscribe(this._on_time_changed.bind(this));
this.theme.set_variant(this.time.current);
log_debug('Extension enabled.');
}
catch(e) {