daemon: rework stopping
The CLI stop() command can now also stop the GUI.
This commit is contained in:
@@ -217,7 +217,6 @@ class Commands:
|
||||
@command('n')
|
||||
async def stop(self):
|
||||
"""Stop daemon"""
|
||||
# TODO it would be nice if this could stop the GUI too
|
||||
await self.daemon.stop()
|
||||
return "Daemon stopped"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user