Skip to content

Commit

Permalink
Better Taskbar Autohide 1.2 (#346)
Browse files Browse the repository at this point in the history
* Fix: When closing a window with notifications before delay,
the taskbar will not be hidden immediately
  • Loading branch information
Cirn09 authored Oct 13, 2023
1 parent 8700dda commit f018f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/taskbar-autohide-better.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @name Better Taskbar Autohide
// @description Allow taskbar autohide when inactive window notified
// @description:zh-CN 非活动窗口有通知时,任务栏仍然可以自动隐藏
// @version 1.1
// @version 1.2
// @author Cirn09
// @github https://github.com/Cirn09
// @homepage https://blog.cirn09.xyz/
Expand Down Expand Up @@ -141,7 +141,7 @@ __thiscall BOOL PermitAutoHide_hook(void* pThis) {
delayMile_g)
return TRUE;
else
return FALSE;
return PermitAutoHide_o(pThis);
}

BOOL Wh_ModInit() {
Expand Down

0 comments on commit f018f72

Please sign in to comment.