mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 22:22:15 +02:00
allow activity_hide_targets to hide activity in itemless windows
This commit is contained in:
parent
524f31b026
commit
f7966d9c08
2 changed files with 4 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ static void sig_hilight_text(TEXT_DEST_REC *dest, const char *msg)
|
|||
DATA_LEVEL_MSG : DATA_LEVEL_TEXT;
|
||||
}
|
||||
|
||||
if (hide_targets != NULL && (dest->level & MSGLEVEL_HILIGHT) == 0 && dest->target != NULL) {
|
||||
if (hide_targets != NULL && (dest->level & MSGLEVEL_HILIGHT) == 0) {
|
||||
/* check for both target and tag/target */
|
||||
if (strarray_find_dest(hide_targets, dest))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue