CHANGE: use minus sign instead of hyphen

This commit is contained in:
GithubAnon0000 2025-11-19 20:05:01 +01:00
parent 1f9d943c8d
commit 216beaf7a3

View file

@ -234,7 +234,7 @@ class DeckBrowser:
if node.collapsed:
prefix = "+"
else:
prefix = "-"
prefix = ""
def indent() -> str:
return " " * 6 * (node.level - 1)