mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge pull request #870 from Scrumplex/fix-release-build
Fix release builds
This commit is contained in:
commit
412fdb0f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ void AccountListPage::updateButtonStates()
|
|||
QModelIndexList selection = ui->listView->selectionModel()->selectedIndexes();
|
||||
bool hasSelection = !selection.empty();
|
||||
bool accountIsReady = false;
|
||||
bool accountIsOnline;
|
||||
bool accountIsOnline = false;
|
||||
if (hasSelection)
|
||||
{
|
||||
QModelIndex selected = selection.first();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue