StudioWelcome: Only disable welcome screen if download is started

Task-number: QDS-7448
Change-Id: Ic239ba4e5ff4549642cbcb38ab823331dee64308
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-08-19 08:46:22 +02:00
parent aa5b971dca
commit 00679f2af2

View File

@@ -647,8 +647,6 @@ WelcomeMode::WelcomeMode()
m_quickWidget->rootObject()->setProperty("loadingProgress", m_dataModelDownloader->progress());
});
m_quickWidget->setEnabled(false);
connect(m_dataModelDownloader, &DataModelDownloader::finished, this, [this, welcomePagePath]() {
delete m_quickWidget;
createQuickWidget();