Fix arguments and icon file.

This commit is contained in:
Sergey Vartanov 2021-09-23 05:59:43 +03:00
parent fca08ab279
commit 431e057f9d
2 changed files with 23 additions and 22 deletions

View file

@ -71,10 +71,10 @@ class MapConfiguration:
options.overlap,
options.level,
options.seed,
options.show_tooltips,
options.tooltips,
options.country,
options.ignore_level_matching,
options.draw_roofs,
options.roofs,
)
def is_wireframe(self) -> bool: