remove first dash

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2025-11-07 17:52:45 +01:00 committed by GitHub
parent 91836b99d1
commit ad3c4c9317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -393,7 +393,7 @@ class InstanceCardWidget(CardWidget):
sublabel = ""
if folder_path:
folder_name = folder_path.rsplit("/", 1)[-1]
sublabel = f"- <b>{folder_name}</b>"
sublabel = f"<b>{folder_name}</b>"
if task_name:
sublabel += f" - <i>{task_name}</i>"
if not sublabel: