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