Skip to content

Commit

Permalink
feat(warp): 更新搜索按钮图标
Browse files Browse the repository at this point in the history
  • Loading branch information
engsr6982 committed Oct 9, 2024
1 parent 59580c4 commit 848950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warp/WarpForm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void _selectWarp(Player& player, CallBack call) {
fm.setTitle(PLUGIN_NAME);

fm.appendButton("返回上一页", "textures/ui/icon_import", "path", [](Player& p) { index(p); });
fm.appendButton("搜索", "textures/ui/icon_search", "path", [](Player& self) { SerarchWarp(self); });
fm.appendButton("搜索", "textures/ui/magnifyingGlass", "path", [](Player& self) { SerarchWarp(self); });

for (auto const& w : warps) {
string name = w.name;
Expand Down

0 comments on commit 848950d

Please sign in to comment.