Fix Themer not listening to theme changes

This commit is contained in:
Romain Vigier
2020-02-25 21:31:09 +01:00
parent 38dd7571ed
commit df8651e3dc
+1 -1
View File
@@ -35,7 +35,7 @@ var Themer = class {
} }
enable() { enable() {
return; this._listen_to_theme_changes();
} }
disable() { disable() {