We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc47d3 commit 7ab7fcfCopy full SHA for 7ab7fcf
src/app/app.cpp
@@ -174,6 +174,8 @@ int App::run(int argc, char** argv)
174
splashScreen = new SplashScreen(SplashScreen::ForNewInstance, file.displayName(true /* includingExtension */));
175
} else if (startupScenario()->isStartWithNewFileAsSecondaryInstance()) {
176
splashScreen = new SplashScreen(SplashScreen::ForNewInstance);
177
+ } else {
178
+ splashScreen = new SplashScreen(SplashScreen::Default);
179
}
180
181
0 commit comments