forked from M-Labs/thermostat
Don't say settings loaded on settings save
This commit is contained in:
parent
301db2e003
commit
37e888846b
@ -117,7 +117,7 @@ class Thermostat(QObject, metaclass=PropertyMeta):
|
||||
async def save_cfg(self, ch):
|
||||
await self._client.save_config(ch)
|
||||
self.info_box_trigger.emit(
|
||||
"Settings loaded", f"Channel {ch} Settings has been loaded to flash."
|
||||
"Settings saved", f"Channel {ch} Settings has been saved to flash."
|
||||
)
|
||||
|
||||
@asyncSlot()
|
||||
|
Loading…
Reference in New Issue
Block a user