Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

garas
Copy link

@garas garas commented Nov 17, 2023

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

  • Bug fix (non-breaking change).
  • Feature / Enhancement (non-breaking change).
  • Breaking change (fix or feature that could cause existing functionality to change).
  • Documentation changes.
  • PowerShell code changes.

Change Checklist

  • Requires a change to the documentation.
  • Documentation has been updated.
  • Tests to cover my changes, have been added.
  • All new and existing tests passed?
  • PowerShell code changes: PowerShell v2 compatibility checked?

Related Issue

Fixes #890

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Splash screen always on top problem
1 participant