Skip to content

Commit

Permalink
fixed musescore#18433: Added default splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Eism committed Jul 6, 2023
1 parent 9bc47d3 commit 7ab7fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ int App::run(int argc, char** argv)
splashScreen = new SplashScreen(SplashScreen::ForNewInstance, file.displayName(true /* includingExtension */));
} else if (startupScenario()->isStartWithNewFileAsSecondaryInstance()) {
splashScreen = new SplashScreen(SplashScreen::ForNewInstance);
} else {
splashScreen = new SplashScreen(SplashScreen::Default);
}
}
}
Expand Down

0 comments on commit 7ab7fcf

Please sign in to comment.