From 099b36e1bf1a40285ca86e9948cdcb540298f8f2 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Wed, 14 Feb 2024 16:08:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Config=20:=20=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E3=81=AAjson=E3=81=B8=E3=81=AE=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=87=A6=E7=90=86=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a5405100..600ea67b 100644 --- a/config.py +++ b/config.py @@ -308,7 +308,7 @@ class Config: def SELECTED_TRANSCRIPTION_ENGINE(self, value): if isinstance(value, str): self._SELECTED_TRANSCRIPTION_ENGINE = value - saveJson(self.PATH_CONFIG, inspect.currentframe().f_code.co_name, value) + # saveJson(self.PATH_CONFIG, inspect.currentframe().f_code.co_name, value) @property @json_serializable('IS_MAIN_WINDOW_SIDEBAR_COMPACT_MODE')