Merge remote-tracking branch 'origin/develop' into installer

This commit is contained in:
misyaguziya
2023-11-01 06:28:01 +09:00
16 changed files with 923 additions and 554 deletions

View File

@@ -356,7 +356,7 @@ class Config:
@INPUT_MIC_WORD_FILTER.setter
def INPUT_MIC_WORD_FILTER(self, value):
if type(value) is list:
self._INPUT_MIC_WORD_FILTER = value
self._INPUT_MIC_WORD_FILTER = sorted(set(value), key=value.index)
saveJson(self.PATH_CONFIG, inspect.currentframe().f_code.co_name, value)
@property