Skip to content
Snippets Groups Projects
Commit 7766d424 authored by Paul ProductEngine's avatar Paul ProductEngine
Browse files

STORM-1035 Add Search to World menu

- Added Search to World menu
parent b7635b61
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,17 @@
function="Floater.Toggle"
parameter="world_map" />
</menu_item_check>
<menu_item_check
label="Search"
name="Search"
shortcut="control|F">
<menu_item_check.on_check
function="Floater.Visible"
parameter="search" />
<menu_item_check.on_click
function="Floater.Toggle"
parameter="search" />
</menu_item_check>
<menu_item_call
label="Snapshot"
name="Take Snapshot"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment