Dropdown for account switching
This commit is contained in:
@ -112,6 +112,9 @@ void AccountListDialog::onLoginComplete()
|
||||
// Add the authenticated account to the accounts list.
|
||||
MojangAccountPtr account = m_authTask->getMojangAccount();
|
||||
m_accounts->addAccount(account);
|
||||
|
||||
emit activeAccountChanged();
|
||||
|
||||
//ui->listView->update();
|
||||
|
||||
// Grab associated player skins
|
||||
|
Reference in New Issue
Block a user