Add missing debug messages
This commit is contained in:
@@ -130,6 +130,7 @@ var CursorThemer = class {
|
|||||||
_updateSystemCursorTheme() {
|
_updateSystemCursorTheme() {
|
||||||
if (e.timer.time === Time.UNKNOWN)
|
if (e.timer.time === Time.UNKNOWN)
|
||||||
return;
|
return;
|
||||||
|
console.debug(`Setting the ${e.timer.time} cursor variant...`);
|
||||||
this._interfaceSettings.set_string('cursor-theme', this._cursorVariantsSettings.get_string(e.timer.time));
|
this._interfaceSettings.set_string('cursor-theme', this._cursorVariantsSettings.get_string(e.timer.time));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -130,6 +130,7 @@ var IconThemer = class {
|
|||||||
_updateSystemIconTheme() {
|
_updateSystemIconTheme() {
|
||||||
if (e.timer.time === Time.UNKNOWN)
|
if (e.timer.time === Time.UNKNOWN)
|
||||||
return;
|
return;
|
||||||
|
console.debug(`Setting the ${e.timer.time} icon variant...`);
|
||||||
this._interfaceSettings.set_string('icon-theme', this._iconVariantsSettings.get_string(e.timer.time));
|
this._interfaceSettings.set_string('icon-theme', this._iconVariantsSettings.get_string(e.timer.time));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user