修复一处引导页面变量的错误

This commit is contained in:
张开科 2024-12-02 17:46:16 +08:00
parent 6064a6e18d
commit 2e6055574d

View File

@ -319,7 +319,7 @@ class KlipperScreenConfig:
{"print_sort_dir": {"section": "main", "type": None, "value": "name_asc"}},
{"print_view": {"section": "main", "type": None, "value": "thumbs"}},
{"language": {"section": "main", "name": _("Language"), "type": None, "value": "system_lang"}},
{"onboarding": {"section": "main", "type": "binary", "value": "False"}},
{"onboarding": {"section": "main", "type": None, "value": "False"}},
]
self.configurable_options.extend(panel_options)