Implemented window size and position persistence

This commit is contained in:
Mark Qvist 2025-11-04 14:19:46 +01:00
parent 88e8db6118
commit 00b9517458
2 changed files with 149 additions and 17 deletions

View file

@ -1032,6 +1032,7 @@ class SidebandCore():
def save_configuration(self):
self.__save_config()
if self.is_standalone: self.owner_app.save_window_config()
def set_active_propagation_node(self, dest):
if dest == None: