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)):
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"
]

View File

@ -122,7 +122,7 @@
"fontsize": 17.0,
"localeswitchmethod": 0,
"hide_not_exists":false,
"startgamenototop":false,
"startgamenototop":true,
"extra_space":0,
"fonttype": "Arial",
"fonttype2": "Arial",