Skip to content

Commit 7ab7fcf

Browse files
committed
fixed musescore#18433: Added default splash screen
1 parent 9bc47d3 commit 7ab7fcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/app.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ int App::run(int argc, char** argv)
174174
splashScreen = new SplashScreen(SplashScreen::ForNewInstance, file.displayName(true /* includingExtension */));
175175
} else if (startupScenario()->isStartWithNewFileAsSecondaryInstance()) {
176176
splashScreen = new SplashScreen(SplashScreen::ForNewInstance);
177+
} else {
178+
splashScreen = new SplashScreen(SplashScreen::Default);
177179
}
178180
}
179181
}

0 commit comments

Comments
 (0)