Skip to content
Snippets Groups Projects
Commit 6d411f00 authored by James Cook's avatar James Cook
Browse files

Removed "Show Side Tray" option from login debug menu

It doesn't work and makes my viewer hang.
parent 87ef5c24
No related branches found
No related tags found
No related merge requests found
...@@ -179,12 +179,14 @@ ...@@ -179,12 +179,14 @@
parameter="ui_preview" /> parameter="ui_preview" />
</menu_item_call> </menu_item_call>
<menu_item_separator /> <menu_item_separator />
<!-- Broken
<menu_item_call <menu_item_call
label="Show Side Tray" label="Show Side Tray"
name="Show Side Tray"> name="Show Side Tray">
<menu_item_call.on_click <menu_item_call.on_click
function="Advanced.ShowSideTray" /> function="Advanced.ShowSideTray" />
</menu_item_call> </menu_item_call>
-->
<menu <menu
label="UI Tests" label="UI Tests"
name="UI Tests" name="UI Tests"
......
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