mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-13 20:22:13 +00:00
Add support for "no default account"
This commit is contained in:
@@ -92,6 +92,8 @@ void AccountListDialog::on_setDefaultBtn_clicked()
|
||||
void AccountListDialog::on_noDefaultBtn_clicked()
|
||||
{
|
||||
m_accounts->setActiveAccount("");
|
||||
|
||||
emit activeAccountChanged();
|
||||
}
|
||||
|
||||
void AccountListDialog::on_closeBtnBox_rejected()
|
||||
|
||||
Reference in New Issue
Block a user