diff --git a/plugins/utilities.json b/plugins/utilities.json index 0e8dfa4..ba81a66 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -2325,6 +2325,7 @@ } ], "versions": { + "1.1.0": null, "1.0.0": { "api_version": 9, "commit_sha": "f62ed2a", diff --git a/plugins/utilities/account_switcher.py b/plugins/utilities/account_switcher.py index d445109..151f33e 100644 --- a/plugins/utilities/account_switcher.py +++ b/plugins/utilities/account_switcher.py @@ -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)