mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
34c428f0fc
commit
304c88ad40
@ -1084,8 +1084,8 @@ class dialog_setting_game_internal(QWidget):
|
|||||||
icon="fa.gear",
|
icon="fa.gear",
|
||||||
),
|
),
|
||||||
QLabel(),
|
QLabel(),
|
||||||
LLabel('作用于翻译'),
|
|
||||||
getsimpleswitch(savehook_new_data[gameuid], "tts_repair_use_at_translate"),
|
getsimpleswitch(savehook_new_data[gameuid], "tts_repair_use_at_translate"),
|
||||||
|
LLabel('作用于翻译'),
|
||||||
],
|
],
|
||||||
margin0=True,
|
margin0=True,
|
||||||
makewidget=True,
|
makewidget=True,
|
||||||
|
@ -203,7 +203,7 @@ def setTab5lz(self):
|
|||||||
globalconfig,
|
globalconfig,
|
||||||
"read_translator",
|
"read_translator",
|
||||||
),
|
),
|
||||||
4,
|
0,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@ -229,10 +229,10 @@ def setTab5lz(self):
|
|||||||
icon="fa.gear",
|
icon="fa.gear",
|
||||||
),
|
),
|
||||||
"",
|
"",
|
||||||
"作用于翻译",
|
|
||||||
D_getsimpleswitch(
|
D_getsimpleswitch(
|
||||||
globalconfig["ttscommon"], "tts_repair_use_at_translate"
|
globalconfig["ttscommon"], "tts_repair_use_at_translate"
|
||||||
),
|
),
|
||||||
|
"作用于翻译",
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user