Merge pull request #682 from istudyatuni/fix-add-account-behaviour

This commit is contained in:
Sefa Eyeoglu 2022-06-01 10:13:35 +02:00 committed by GitHub
commit a88ad8025b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,11 @@ void LaunchController::decideAccount()
// Open the account manager.
APPLICATION->ShowGlobalSettings(m_parentWidget, "accounts");
}
else if (reply == QMessageBox::No)
{
// Do not open "profile select" dialog.
return;
}
}
m_accountToUse = accounts->defaultAccount();