diff --git a/plugins/utilities.json b/plugins/utilities.json index 0e8dfa4..34ec19f 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -2325,6 +2325,12 @@ } ], "versions": { + "1.1.0": { + "api_version": 9, + "commit_sha": "a694c98", + "released_on": "30-12-2025", + "md5sum": "65ba0c35c08ace82141945c56f87142a" + }, "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..10ed09a 100644 --- a/plugins/utilities/account_switcher.py +++ b/plugins/utilities/account_switcher.py @@ -229,6 +229,8 @@ 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)