🐛[bugfix] Config : 不要なjsonへの保存処理を削除

This commit is contained in:
misyaguziya
2024-02-14 16:08:26 +09:00
parent 0985363be6
commit 099b36e1bf

View File

@@ -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')