[Remove] Model : DeepLのAuthキーを必要とする処理を削除
This commit is contained in:
2
view.py
2
view.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user