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
|
Else
|
||||||
rule .= ";0"
|
rule .= ";0"
|
||||||
rule .= ";" Window_#%aWndId%_monitor ";" Window_#%aWndId%_tags ";" Window_#%aWndId%_isFloating ";" Window_#%aWndId%_isDecorated
|
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)"
|
text .= " (hidden)"
|
||||||
rule .= ";1;"
|
rule .= ";1;"
|
||||||
} Else
|
} Else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue