mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
account_switcher updated to save config on switch
This commit is contained in:
parent
a06df9c050
commit
239a237e8f
2 changed files with 2 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ class AccountSwitcherUI(bui.Window):
|
|||
return
|
||||
account_folder = path.join(ACCOUNTS_DIR, self._selected_profile)
|
||||
|
||||
self.save_current_account()
|
||||
def do_switch():
|
||||
for fname in ACCOUNT_FILES:
|
||||
dest = path.join(USER_DIR, fname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue