[Remove] Model : DeepLのAuthキーを必要とする処理を削除

This commit is contained in:
misyaguziya
2023-10-16 00:05:28 +09:00
parent acbdfa501b
commit f1f803f8e3
6 changed files with 37 additions and 245 deletions

View File

@@ -198,7 +198,7 @@ class View():
VAR_LABEL_DEEPL_AUTH_KEY=StringVar(value=i18n.t("config_window.deepl_auth_key.label")),
VAR_DESC_DEEPL_AUTH_KEY=None,
CALLBACK_SET_DEEPL_AUTH_KEY=None,
VAR_DEEPL_AUTH_KEY=StringVar(value=config.AUTH_KEYS["DeepL(auth)"]),
VAR_DEEPL_AUTH_KEY=StringVar(value=""),
# Transcription Tab (Mic)