Fix problem that the enabled-accounts menu is empty when creating a new account
Review Request #3250 — Created June 10, 2024 and submitted — Latest diff uploaded
purple_account_manager_add
needs to set up signal connections beforepurple_account_set_enabled
is called because the "notify::enabled" signal eventually triggers the update of the menu model of the enabled-accounts section of the accounts menu.
Created a new account and checked that it's listed in the enabled-accounts section of the accounts menu.