creewick / uWidgets

Standalone .NET application with a variety of customizable widgets
Other
191 stars 8 forks source link

Prevent application window from minimizing when "Show Desktop" command is triggered #54

Open Cubody opened 3 weeks ago

Cubody commented 3 weeks ago

Application currently minimizes when the user clicks the "Show Desktop"/"Collapse all windows" button (the invisible panel on the right side of the taskbar in Windows). This behavior is undesirable for our use case, as we want the application to remain visible regardless of the "Show Desktop" command.

Expected Behavior:

The application window should remain visible when "Show Desktop" is triggered by the user. Minimize and maximize functionality should work as expected in other cases (e.g., when the minimize button on the application window is clicked).

Current Behavior:

The application minimizes along with other windows when "Show Desktop" is selected.