Skip to content
Snippets Groups Projects
Commit 626ffb32 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Add Object Profile and Inspect to own attachments

parent bb3de8f6
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,21 @@ ...@@ -48,6 +48,21 @@
<menu_item_call.on_click <menu_item_call.on_click
function="Object.ShowOriginal" /> function="Object.ShowOriginal" />
</menu_item_call> </menu_item_call>
<menu_item_separator
layout="topleft" />
<menu_item_call
label="Object Profile"
name="Object Profile">
<menu_item_call.on_click
function="Object.Inspect" />
</menu_item_call>
<menu_item_call
label="Inspect"
name="Object Inspect">
<menu_item_call.on_click
function="Floater.ShowOrBringToFront"
parameter="inspect" />
</menu_item_call>
<menu_item_separator <menu_item_separator
layout="topleft" /> layout="topleft" />
<menu_item_call <menu_item_call
......
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