修复一处引导页面变量的错误
This commit is contained in:
parent
6064a6e18d
commit
2e6055574d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user