aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2021-12-13 09:58:53 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2021-12-13 08:59:45 +0000
commit02b68803bee910c549757c875f9e17e11d21d281 (patch)
treec533e165cf2dec1957d4bba6533f551c3bf36aa9
parent8149a27815a6cb27fedb5967235d13440a2ff663 (diff)
Fix splash screen
Change-Id: I036e6f334d8a7356cf35c5685bd5f27266aab114 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/studiowelcome/studiowelcomeplugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
index 470ca73144..367db49123 100644
--- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp
+++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
@@ -357,8 +357,6 @@ void StudioWelcomePlugin::extensionsInitialized()
// Enable QDS new project dialog
Core::ICore::setNewDialogFactory([](QWidget *parent) { return new QdsNewDialog(parent); });
- return;
-
if (Utils::CheckableMessageBox::shouldAskAgain(Core::ICore::settings(),
DO_NOT_SHOW_SPLASHSCREEN_AGAIN_KEY)) {
connect(Core::ICore::instance(), &Core::ICore::coreOpened, this, [this] {