Merge branch 'model' into UI_2.0
This commit is contained in:
2
view.py
2
view.py
@@ -226,7 +226,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=""),
|
||||
VAR_DEEPL_AUTH_KEY=StringVar(value=config.AUTH_KEYS["DeepL_API"]),
|
||||
|
||||
|
||||
# Transcription Tab (Mic)
|
||||
|
||||
Reference in New Issue
Block a user