issues/1005

https://github.com/HIllya51/LunaTranslator/issues/1005
This commit is contained in:
恍兮惚兮 2024-08-17 09:02:44 +08:00
parent 8dc368af92
commit dc1720dc73

View File

@ -527,37 +527,37 @@ class TranslatorWindow(resizableframeless):
( (
"noundict", "noundict",
lambda: loadpostsettingwindowmethod("noundict")( lambda: loadpostsettingwindowmethod("noundict")(
gobject.baseobject.settin_ui gobject.baseobject.commonstylebase
), ),
), ),
( (
"noundict_2", "noundict_2",
lambda: loadpostsettingwindowmethod_maybe( lambda: loadpostsettingwindowmethod_maybe(
"noundict", gobject.baseobject.settin_ui "noundict", gobject.baseobject.commonstylebase
), ),
), ),
( (
"noundict_direct", "noundict_direct",
lambda: loadpostsettingwindowmethod_maybe( lambda: loadpostsettingwindowmethod_maybe(
"vndbnamemap", gobject.baseobject.settin_ui "vndbnamemap", gobject.baseobject.commonstylebase
), ),
), ),
( (
"noundict_sakura", "noundict_sakura",
lambda: loadpostsettingwindowmethod_maybe( lambda: loadpostsettingwindowmethod_maybe(
"gptpromptdict", gobject.baseobject.settin_ui "gptpromptdict", gobject.baseobject.commonstylebase
), ),
), ),
( (
"fix", "fix",
lambda: loadpostsettingwindowmethod("transerrorfix")( lambda: loadpostsettingwindowmethod("transerrorfix")(
gobject.baseobject.settin_ui gobject.baseobject.commonstylebase
), ),
), ),
( (
"fix_2", "fix_2",
lambda: loadpostsettingwindowmethod_maybe( lambda: loadpostsettingwindowmethod_maybe(
"transerrorfix", gobject.baseobject.settin_ui "transerrorfix", gobject.baseobject.commonstylebase
), ),
), ),
("langdu", lambda: gobject.baseobject.readcurrent(force=True)), ("langdu", lambda: gobject.baseobject.readcurrent(force=True)),