add spool count in locations with a setting to enable / disable the display

This commit is contained in:
JakobGue
2025-06-21 19:26:39 +02:00
parent 8af6013331
commit d3181382ae
8 changed files with 50 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ def parse_setting(key: str) -> SettingDefinition:
register_setting("currency", SettingType.STRING, json.dumps("EUR"))
register_setting("round_prices", SettingType.BOOLEAN, json.dumps(obj=False))
register_setting("show_spool_count", SettingType.BOOLEAN, json.dumps(obj=False))
register_setting("print_presets", SettingType.ARRAY, json.dumps([]))
register_setting("extra_fields_vendor", SettingType.ARRAY, json.dumps([]))