Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzxs committed Aug 6, 2022
1 parent 3491c35 commit 0f4bf5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ update_btt()
log.info(g_hook_command, A_CaretX, A_CaretY)
ps := GetCaretPos()
g_hook_rendor_list.Render(g_hook_strings "`n" tmp_str
, "x:" ps.x + 30 " y:" ps.y + 40 " color:" g_config.win_search_box_back_color " r:16px"
, "x:" ps.x + 30 " y:" ps.y + 40 " color:" g_config.win_search_box_back_color
,"s:" g_config.win_search_box_font_size + 5 " j:left " "c:" g_config.win_search_box_text_color " b:true")
preview_command(g_hook_command)
if(tmp_str == "")
Expand Down
Binary file modified menu.exe
Binary file not shown.

0 comments on commit 0f4bf5c

Please sign in to comment.