fix client ignore_tag rule not beeing applied
This commit is contained in:
parent
e65c6a706a
commit
356556c51a
@ -915,10 +915,8 @@ client_apply_rule(struct client *c)
|
||||
if(r->flags & RULE_TAB)
|
||||
W->flags ^= WMFS_TABNOC; /* < can be disable by client_tab_next_opened */
|
||||
|
||||
/* TODO
|
||||
if(r->flags & RULE_IGNORE_TAG)
|
||||
{}
|
||||
*/
|
||||
if(r->flags & RULE_IGNORE_TAG)
|
||||
c->flags |= CLIENT_IGNORE_TAG;
|
||||
|
||||
c->flags |= CLIENT_RULED;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user