aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorEzekiel Smith <ezekielsmith@protonmail.com>2022-07-04 00:25:03 +1000
committerGitHub <noreply@github.com>2022-07-04 00:25:03 +1000
commit412fdb0f7b363e91d4f4ef3e973f29ab2b5a3613 (patch)
treeccf5f236281036d70e189eeaeae29f8820ca7b15 /launcher/ui
parent81d52b616903f221f4f011109de68567ec47578d (diff)
parent278d2169da20f53f71d75925afea44ecbc23fdcf (diff)
downloadPrismLauncher-412fdb0f7b363e91d4f4ef3e973f29ab2b5a3613.tar.gz
PrismLauncher-412fdb0f7b363e91d4f4ef3e973f29ab2b5a3613.tar.bz2
PrismLauncher-412fdb0f7b363e91d4f4ef3e973f29ab2b5a3613.zip
Merge pull request #870 from Scrumplex/fix-release-build
Fix release builds
Diffstat (limited to 'launcher/ui')
-rw-r--r--launcher/ui/pages/global/AccountListPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp
index f90ba863..a608771e 100644
--- a/launcher/ui/pages/global/AccountListPage.cpp
+++ b/launcher/ui/pages/global/AccountListPage.cpp
@@ -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();