mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Show link icon when no tags or fields exists
This commit is contained in:
@ -784,7 +784,7 @@ mainTagsAndFields2 texts settings extraCss item =
|
||||
div
|
||||
[ classList
|
||||
[ ( "flex flex-row items-center flex-wrap font-medium", True )
|
||||
, ( "hidden", hideTags && hideFields )
|
||||
, ( "hidden", hideTags && hideFields && List.isEmpty item.relatedItems )
|
||||
]
|
||||
, class extraCss
|
||||
]
|
||||
|
Reference in New Issue
Block a user