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 baabe9e commit d28ba07Copy full SHA for d28ba07
Source/ChocolateyGui.Common.Windows/Services/SplashScreenService.cs
@@ -24,7 +24,7 @@ public SplashScreenService(IImageService imageService)
24
public void Show()
25
{
26
_splashScreen = new SplashScreen(_imageService.SplashScreenImageName);
27
- _splashScreen.Show(true, true);
+ _splashScreen.Show(true);
28
}
29
30
public void Close(TimeSpan duration)
0 commit comments