Add theme checks and manual variants support

This commit is contained in:
Romain
2020-05-09 09:45:03 +00:00
parent 8b887b507a
commit bd5c3a0695
8 changed files with 503 additions and 101 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ var Timer = class {
this.settings = extensionUtils.getSettings();
this.nightlight_gsettings = new Gio.Settings({ schema: config.NIGHTLIGHT_GSETTINGS_SCHEMA });
this.location_gsettings = new Gio.Settings({ schema: config.LOCATION_GSETTINGS_SCHEMA });
log_debug('Nightlighter initialized.');
log_debug('Timer initialized.');
}
enable() {