creewick / uWidgets

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

Clicking the show desktop button in taskbar makes the widgets disappear too #31

Open kritishd8 opened 3 months ago

kritishd8 commented 3 months ago

Describe the bug When pressing the show desktop button on the bottom right on the taskbar, it minimizes all windows to show desktop, widgets should not be minimized by this but they stll are.

To Reproduce Steps to reproduce the behavior:

  1. Enable Select the far corner of the taskbar to show the desktop option in taskbar settings.
  2. Press the bottom right corner of your taskbar
  3. The widgets will be minimized/hidden too. Pressing the bottom right corner again will bring them back but that will also maximize all windows.

Expected behavior The widgets shouldn't hide when I press the show desktop button, since widgets are supposed to be a part of the desktop.

Desktop

kritishd8 commented 3 months ago

the same issue also happens when i use the touchpad gesture (three finger swipe down) to minimize all windows.

creewick commented 3 months ago

Duplicate of https://github.com/creewick/uWidgets/issues/8 This functionality is broken in Windows 11 API.

I tried to fix it in version 0.5.3. It's very experimental fix, so please let me know whether it is working on your machine or not

creewick commented 3 months ago

Nevermind, it was very buggy. I guess, there's no good way to fix it as it's a Windows limitation. I will continue to search for a more stable fix