Skip to content

Commit

Permalink
Merge pull request musescore#18434 from Eism/revert_to_factory_fix
Browse files Browse the repository at this point in the history
fixed musescore#18433: App doesn't auto restart properly after Revert to factory settings (Windows only)
  • Loading branch information
RomanPudashkin authored Jul 6, 2023
2 parents 12f6b39 + 7ab7fcf commit 33139dc
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 33139dc

Please sign in to comment.