mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-23 22:16:25 +02:00
Split bicycle icons.
This commit is contained in:
parent
34c089d97c
commit
885ade0016
3 changed files with 31 additions and 193 deletions
|
@ -222,7 +222,6 @@ def draw_icons() -> None:
|
|||
icon_grid_path: Path = workspace.get_icon_grid_path()
|
||||
collection.draw_grid(icon_grid_path)
|
||||
logging.info(f"Icon grid is written to {icon_grid_path}.")
|
||||
return
|
||||
|
||||
icons_by_id_path: Path = workspace.get_icons_by_id_path()
|
||||
icons_by_name_path: Path = workspace.get_icons_by_name_path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue