This commit is contained in:
恍兮惚兮 2024-04-14 01:26:18 +08:00
parent 632bd88392
commit 9f1f9cb1e0
2 changed files with 6 additions and 6 deletions

View File

@ -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"
] ]

View File

@ -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",