Fix splash screen

Change-Id: I036e6f334d8a7356cf35c5685bd5f27266aab114
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2021-12-13 09:58:53 +01:00
parent 8149a27815
commit 02b68803be

View File

@@ -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] {