Skip to content

Commit

Permalink
(chocolatey#890) Don't display splash screen on top
Browse files Browse the repository at this point in the history
  • Loading branch information
garas committed Nov 17, 2023
1 parent baabe9e commit d28ba07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public SplashScreenService(IImageService imageService)
public void Show()
{
_splashScreen = new SplashScreen(_imageService.SplashScreenImageName);
_splashScreen.Show(true, true);
_splashScreen.Show(true);
}

public void Close(TimeSpan duration)
Expand Down

0 comments on commit d28ba07

Please sign in to comment.