From bbcb739ba96df648fe361052614169b7ec37d307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98KimigaiiWuyi=E2=80=99?= <444835641@qq.com> Date: Mon, 11 Sep 2023 10:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E5=BC=BA=E5=88=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/utils/plugins_config/gs_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gsuid_core/utils/plugins_config/gs_config.py b/gsuid_core/utils/plugins_config/gs_config.py index daf0484..e67c7b9 100644 --- a/gsuid_core/utils/plugins_config/gs_config.py +++ b/gsuid_core/utils/plugins_config/gs_config.py @@ -118,3 +118,5 @@ all_config_list: Dict[str, StringConfig] = {} core_plugins_config = StringConfig( 'Core', get_res_path() / 'core_config.json', CONIFG_DEFAULT ) + +core_plugins_config.set_config('EnablePicSrv', False)