flexits / HotCornersWin

Add macOS hot corners function to Windows 10
MIT License
44 stars 1 forks source link

Fullscreen app detection not working correctly on empty desktop #15

Open flexits opened 7 months ago

flexits commented 7 months ago

Steps to reproduce:

  1. start the application – it works ok,
  2. open some other windows – it works ok,
  3. minimize all windows until the clear desktop is shown – the application disables itself and doesn't reenable.

The problem is SHQueryUserNotificationState reporting QUNS_BUSY state in this scenario, I don't know why, the issue needs further investigation.

gamecat10 commented 7 months ago

It seems to be related to NVIDIA Overlay https://github.com/JPersson77/LGTVCompanion/issues/98

flexits commented 7 months ago

It seems to be related to NVIDIA Overlay

It really seems to, thanks a lot for the hint! I'll research this further.