diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index d263cc50a..8892a5466 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -109,7 +109,7 @@ void LaunchController::decideAccount() } } - if (!m_accountToUse) { + if (!m_accountToUse && accounts->anyAccountIsValid()) { // If no default account is set, ask the user which one to use. ProfileSelectDialog selectDialog(tr("Which account would you like to use?"), ProfileSelectDialog::GlobalDefaultCheckbox, m_parentWidget);