don't show settings button during account wizard

The issue was that handle_account_migrations() was being called
after show_account_creation_wizard(), and since there were no
accounts to migrate, handle_account_migrations() made the settings
button visible. If the user has no Ring accounts, there is no
reason to call handle_account_migrations(), which fixes this
issue.

Change-Id: I0d19afde50948528199fff01605b1f467ed686e3
Reviewed-by: Nicolas Jäger <nicolas.jager@savoirfairelinux.com>
1 file changed