Add a button to open the account list.
Also fix the account list dialog's close button.
This commit is contained in:
@ -56,7 +56,7 @@ void AccountListDialog::on_editAccountBtn_clicked()
|
||||
// TODO
|
||||
}
|
||||
|
||||
void AccountListDialog::on_closedBtnBox_rejected()
|
||||
void AccountListDialog::on_closeBtnBox_rejected()
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ slots:
|
||||
void on_editAccountBtn_clicked();
|
||||
|
||||
// This will be sent when the "close" button is clicked.
|
||||
void on_closedBtnBox_rejected();
|
||||
void on_closeBtnBox_rejected();
|
||||
|
||||
protected:
|
||||
std::shared_ptr<MojangAccountList> m_accounts;
|
||||
|
Reference in New Issue
Block a user