From 239a237e8ffd0ad5ae1dbd7cc5f21e7b4470422d Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:37:18 +0530 Subject: [PATCH] account_switcher updated to save config on switch --- plugins/utilities.json | 1 + plugins/utilities/account_switcher.py | 1 + 2 files changed, 2 insertions(+) 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)