diff options
author | Sky <git@bunnies.cc> | 2013-11-27 22:39:49 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-11-27 22:39:49 +0000 |
commit | 69d8ab16c58509bafb98694f9aa998ae51ff4b7f (patch) | |
tree | 8c2388fd0006c41ad2c0e47d567dff229a1d47b2 /gui/dialogs | |
parent | 38732636d3c1f1563c2dceeae723fd51f7b5fda6 (diff) | |
download | MultiMC-69d8ab16c58509bafb98694f9aa998ae51ff4b7f.tar MultiMC-69d8ab16c58509bafb98694f9aa998ae51ff4b7f.tar.gz MultiMC-69d8ab16c58509bafb98694f9aa998ae51ff4b7f.tar.lz MultiMC-69d8ab16c58509bafb98694f9aa998ae51ff4b7f.tar.xz MultiMC-69d8ab16c58509bafb98694f9aa998ae51ff4b7f.zip |
Dropdown for account switching
Diffstat (limited to 'gui/dialogs')
-rw-r--r-- | gui/dialogs/AccountListDialog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/dialogs/AccountListDialog.cpp b/gui/dialogs/AccountListDialog.cpp index ea6861c6..0ce14638 100644 --- a/gui/dialogs/AccountListDialog.cpp +++ b/gui/dialogs/AccountListDialog.cpp @@ -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 |