Added registration of a secondary windows taskbar
+ Shell_SecondaryTrayWnd + TODO for additional TrayWnd
This commit is contained in:
parent
73adf718a0
commit
469e686ca3
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ Monitor_getWorkArea(m)
|
|||
|
||||
SysGet, monitor, Monitor, %m%
|
||||
|
||||
wndClasses := "Shell_TrayWnd"
|
||||
wndClasses := "Shell_TrayWnd;Shell_SecondaryTrayWnd"
|
||||
;; @TODO What about third and so forth TrayWnd?
|
||||
If Config_bbCompatibility
|
||||
wndClasses .= ";bbLeanBar;bbSlit;BBToolbar;SystemBarEx"
|
||||
Loop, PARSE, wndClasses, `;
|
||||
|
|
Loading…
Reference in a new issue