mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-01 04:37:03 -05:00
Startup checks for CLI console
This commit is contained in:
parent
2e32f22076
commit
ca2ef3ca37
2 changed files with 8 additions and 3 deletions
|
|
@ -898,7 +898,7 @@ class SidebandCore():
|
|||
|
||||
def save_configuration(self):
|
||||
self.__save_config()
|
||||
if self.is_standalone: self.owner_app.save_window_config()
|
||||
if self.is_standalone and not self.is_daemon: self.owner_app.save_window_config()
|
||||
|
||||
def set_active_propagation_node(self, dest):
|
||||
if dest == None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue