mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
Add categories extracting.
Make icon names more human-readable as well.
This commit is contained in:
parent
479983558e
commit
fc8f9e1f9e
2 changed files with 45 additions and 4 deletions
|
@ -141,7 +141,7 @@ class IconCollection:
|
|||
|
||||
def get_file_name(x: Icon) -> str:
|
||||
"""Generate human-readable file name."""
|
||||
return f"Röntgen {' + '.join(x.get_names())}.svg"
|
||||
return f"Röntgen {x.get_name()}.svg"
|
||||
|
||||
else:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue