From 9ee112006bc0cb07f2c6e42414cb79968e31c8dd Mon Sep 17 00:00:00 2001 From: uncor3 Date: Fri, 10 Apr 2026 16:19:13 +0300 Subject: [PATCH] fix build --- src/appinstalldialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appinstalldialog.cpp b/src/appinstalldialog.cpp index 5e42e95..c23e60a 100644 --- a/src/appinstalldialog.cpp +++ b/src/appinstalldialog.cpp @@ -262,7 +262,7 @@ void AppInstallDialog::onInstallClicked() } startDownloadProcess(m_bundleId, m_tempDir->path(), buttonIndex, false, - false, true); + true); connect( this, &AppDownloadBaseDialog::downloadFinished, this,