This commit is contained in:
恍兮惚兮 2024-08-05 21:15:47 +08:00
parent 34c428f0fc
commit 304c88ad40
2 changed files with 3 additions and 3 deletions

View File

@ -1084,8 +1084,8 @@ class dialog_setting_game_internal(QWidget):
icon="fa.gear",
),
QLabel(),
LLabel('作用于翻译'),
getsimpleswitch(savehook_new_data[gameuid], "tts_repair_use_at_translate"),
LLabel('作用于翻译'),
],
margin0=True,
makewidget=True,

View File

@ -203,7 +203,7 @@ def setTab5lz(self):
globalconfig,
"read_translator",
),
4,
0,
),
],
[
@ -229,10 +229,10 @@ def setTab5lz(self):
icon="fa.gear",
),
"",
"作用于翻译",
D_getsimpleswitch(
globalconfig["ttscommon"], "tts_repair_use_at_translate"
),
"作用于翻译",
],
],
),