diff --git a/src/modules/IconThemer.js b/src/modules/IconThemer.js index 14bcc06..8a3ad6d 100644 --- a/src/modules/IconThemer.js +++ b/src/modules/IconThemer.js @@ -112,7 +112,7 @@ var IconThemer = class { } _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(); }