Update LunaHost.cpp

This commit is contained in:
恍兮惚兮 2024-03-29 22:18:52 +08:00
parent 5979571e43
commit b0fcc4cd72

View File

@ -634,7 +634,7 @@ void Hooksearchsetting::call(std::set<DWORD>pids,std::wstring reg){
Hooksearchwindow::Hooksearchwindow(LunaHost* host):mainwindow(host){
cjkcheck=new checkbox(this,SEARCH_CJK);
hs_default=new button(this,HS_SEARCH_FOR_TEXT);
hs_default=new button(this,HS_START_HOOK_SEARCH);
hs_text=new button(this,HS_SEARCH_FOR_TEXT);
hs_user=new button(this,HS_SETTINGS);