mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
Add a button to open the account list.
Also fix the account list dialog's close button.
This commit is contained in:
parent
928e0d0b15
commit
03652b01d2
5 changed files with 20 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue