LuisThiamNye / ButteryTaskbar2

Hide the taskbar completely when the Start Menu is not open.
Eclipse Public License 2.0
178 stars 2 forks source link

Taskbar Continues to Show #14

Open JRandeezy opened 6 months ago

JRandeezy commented 6 months ago

OS: Windows 11 Build: 22631.3296

When playing games in "Borderless Window Mode" mousing towards the bottom of the screen will cause the taskbar to appear while ButteryTaskbar is running.

Short Term Fix: Clicking in and out of the icon in the disk tray. However, this does not work everytime.

LuisThiamNye commented 5 months ago

I'm not sure how to reproduce this. What I suspect is happening is that something is causing the taskbar to be shown when we don't want it to, and it remains shown because Buttery Taskbar only re-enforces the hidden state each time a window becomes focused/unfocused.

In the previous edition of Buttery Taskbar I was checking the taskbar state at periodic intervals (e.g. 200 ms). Maybe it would help if I re-implement that, but I'm not sure if that's the best thing to do here.