From 2e6055574da8906696b52b8abcae7aadaa225705 Mon Sep 17 00:00:00 2001 From: zkk <1007518571@qq.com> Date: Mon, 2 Dec 2024 17:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E9=A1=B5=E9=9D=A2=E5=8F=98=E9=87=8F=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ks_includes/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ks_includes/config.py b/ks_includes/config.py index b93065af..b3006911 100644 --- a/ks_includes/config.py +++ b/ks_includes/config.py @@ -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)