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