diff --git a/application/pages/global/AccountListPage.cpp b/application/pages/global/AccountListPage.cpp index 73a00f2a..8edcad98 100644 --- a/application/pages/global/AccountListPage.cpp +++ b/application/pages/global/AccountListPage.cpp @@ -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); }