Fixed bug discovered with issue #46
This commit is contained in:
parent
7e190a0076
commit
22a1f93172
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ Manager_getWindowInfo()
|
|||
Else
|
||||
rule .= ";0"
|
||||
rule .= ";" Window_#%aWndId%_monitor ";" Window_#%aWndId%_tags ";" Window_#%aWndId%_isFloating ";" Window_#%aWndId%_isDecorated
|
||||
If InStr(Bar_hiddenWndIds, aWndId) {
|
||||
If InStr(Bar_hideTitleWndIds, aWndId ";") {
|
||||
text .= " (hidden)"
|
||||
rule .= ";1;"
|
||||
} Else
|
||||
|
|
Loading…
Reference in a new issue