chocolatey / ChocolateyGUI

A delicious GUI for Chocolatey
https://docs.chocolatey.org/en-us/chocolatey-gui/
Apache License 2.0
1.61k stars 248 forks source link

(#890) Don't display splash screen on top #1029

Open garas opened 7 months ago

garas commented 7 months ago

Description Of Changes

Remove second parameter of SplashScreen.Show(bool autoClose, bool topMost).

https://learn.microsoft.com/en-us/dotnet/api/system.windows.splashscreen.show

Motivation and Context

Splash screen displayed on top while Chocolatey GUI starts up, unable use computer during this time.

Testing

  1. Open web browser (or any other application), maximize its window.
  2. Start Chocolatey GUI.
  3. While splash screen is displayed, activate the web browser window.
  4. Chocolatey GUI splash screen should go behind web browser window.

Change Types Made

Change Checklist

Related Issue

Fixes #890