StudioWelcome: Do not deactivate welcomepage

This leads to crashes and is not necessary.

Change-Id: If7450aeb5c9fc8192ba79d0e1b28c76a0edbccac
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-07-20 19:14:53 +02:00
parent 9841a10f35
commit f4734e4e2b

View File

@@ -660,10 +660,12 @@ WelcomeMode::WelcomeMode()
m_dataModelDownloader->start();
/*
connect(Core::ModeManager::instance(), &Core::ModeManager::currentModeChanged, this, [this](Utils::Id mode){
bool active = (mode == Core::Constants::MODE_WELCOME);
m_modeWidget->rootObject()->setProperty("active", active);
});
*/
if (!useNewWelcomePage()) {