Fix wrong settings query

This commit is contained in:
Romain Vigier
2022-02-18 13:23:45 +01:00
parent 8a02385789
commit 96effbd7fa
+1 -1
View File
@@ -112,7 +112,7 @@ var IconThemer = class {
} }
_onSystemIconThemeChanged() { _onSystemIconThemeChanged() {
console.debug(`System icon theme changed to '${this._iconVariantsSettings.get_string('icon-theme')}'.`); console.debug(`System icon theme changed to '${this._interfaceSettings.get_string('icon-theme')}'.`);
this._updateCurrentVariant(); this._updateCurrentVariant();
} }