mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
GH-1798 Do not enable skin upload button without selected account.
This commit is contained in:
parent
cf43abc87e
commit
c7f89ec6b5
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ void AccountListPage::updateButtonStates()
|
|||
|
||||
ui->rmAccountBtn->setEnabled(selection.size() > 0);
|
||||
ui->setDefaultBtn->setEnabled(selection.size() > 0);
|
||||
ui->uploadSkinBtn->setEnabled(selection.size() > 0);
|
||||
|
||||
ui->noDefaultBtn->setDown(m_accounts->activeAccount().get() == nullptr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue