forked from M-Labs/thermostat
Don't say settings loaded on settings save
This commit is contained in:
parent
090e34ece1
commit
4d3d4f4bc1
@ -117,7 +117,7 @@ class Thermostat(QObject, metaclass=PropertyMeta):
|
|||||||
async def save_cfg(self, ch):
|
async def save_cfg(self, ch):
|
||||||
await self._client.save_config(ch)
|
await self._client.save_config(ch)
|
||||||
self.info_box_trigger.emit(
|
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()
|
@asyncSlot()
|
||||||
|
Loading…
Reference in New Issue
Block a user