mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
CLI2: Display filter footnote only if some filter token is present
This commit is contained in:
parent
b0e249e564
commit
f0e8d2027c
1 changed files with 2 additions and 1 deletions
|
@ -678,6 +678,7 @@ void CLI2::prepareFilter ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (combined.size ())
|
||||||
context.footnote (std::string (STRING_COLUMN_LABEL_FILTER) + ": " + combined);
|
context.footnote (std::string (STRING_COLUMN_LABEL_FILTER) + ": " + combined);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue