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 01642e2Copy full SHA for 01642e2
Source/ChocolateyGui.Common.Windows/Services/SplashScreenService.cs
@@ -24,12 +24,12 @@ 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)
31
32
_splashScreen.Close(duration);
33
34
35
-}
+}
0 commit comments