This commit is contained in:
Romain Vigier
2020-11-05 12:22:43 +01:00
parent d3f57ce481
commit d7fed9aea3
+1 -1
View File
@@ -141,7 +141,7 @@ var TimeSettings = class {
}
_onNightlightFollowDisableChanged(_settings, _changedKey) {
logDebug(`Follow Night Light "Disable unti tomorrow" has been ${this.nightlightFollowDisable ? 'ena' : 'disa'}bled.`);
logDebug(`Follow Night Light "Disable until tomorrow" has been ${this.nightlightFollowDisable ? 'ena' : 'disa'}bled.`);
this.emit('nightlight-follow-disable-changed', this.nightlightFollowDisable);
}