mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-30 12:16:53 -05:00
Implemented window size and position persistence
This commit is contained in:
parent
88e8db6118
commit
00b9517458
2 changed files with 149 additions and 17 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue