When we receive settings from the client save them on disk

pull/927/head
Julien Duponchelle 7 years ago
parent 78e5944e66
commit d89ea83746
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -236,6 +236,7 @@ class Controller:
@settings.setter
def settings(self, val):
self._settings = val
self.save()
self.notification.emit("settings.updated", val)
@asyncio.coroutine

Loading…
Cancel
Save