From f4734e4e2b65821915114d7f0515ff12b3f8c804 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 20 Jul 2022 19:14:53 +0200 Subject: [PATCH] StudioWelcome: Do not deactivate welcomepage This leads to crashes and is not necessary. Change-Id: If7450aeb5c9fc8192ba79d0e1b28c76a0edbccac Reviewed-by: Qt CI Bot Reviewed-by: Thomas Hartmann --- src/plugins/studiowelcome/studiowelcomeplugin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp index 635cf52795b..3fe21396a99 100644 --- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp +++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp @@ -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()) {