mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
fix
This commit is contained in:
parent
632bd88392
commit
9f1f9cb1e0
@ -664,11 +664,11 @@ class MAINUI:
|
||||
# if any(map(testprivilege,pids)):
|
||||
self.textsource = None
|
||||
if globalconfig["sourcestatus2"]["texthook"]["use"]:
|
||||
|
||||
idx = savehook_new_list.index(name_)
|
||||
savehook_new_list.insert(
|
||||
0, savehook_new_list.pop(idx)
|
||||
)
|
||||
if globalconfig["startgamenototop"] == False:
|
||||
idx = savehook_new_list.index(name_)
|
||||
savehook_new_list.insert(
|
||||
0, savehook_new_list.pop(idx)
|
||||
)
|
||||
needinserthookcode = savehook_new_data[name_][
|
||||
"needinserthookcode"
|
||||
]
|
||||
|
@ -122,7 +122,7 @@
|
||||
"fontsize": 17.0,
|
||||
"localeswitchmethod": 0,
|
||||
"hide_not_exists":false,
|
||||
"startgamenototop":false,
|
||||
"startgamenototop":true,
|
||||
"extra_space":0,
|
||||
"fonttype": "Arial",
|
||||
"fonttype2": "Arial",
|
||||
|
Loading…
x
Reference in New Issue
Block a user