Skip to content
Snippets Groups Projects
Commit e7266a31 authored by Maestro Linden's avatar Maestro Linden
Browse files

Please restore 'Region Debug Console' to viewer menu, under Develop -> Consoles

Added the region debug console menu item to Develop->Consoles.  Reviewed by Simon.
parent 23e2dcce
No related branches found
No related tags found
No related merge requests found
...@@ -2104,6 +2104,18 @@ ...@@ -2104,6 +2104,18 @@
function="Floater.Toggle" function="Floater.Toggle"
parameter="notifications_console" /> parameter="notifications_console" />
</menu_item_call> </menu_item_call>
<menu_item_check
label="Region Debug Console"
name="Region Debug Console"
shortcut="control|shift|`"
use_mac_ctrl="true">
<menu_item_check.on_check
function="Floater.Visible"
parameter="region_debug_console" />
<menu_item_check.on_click
function="Floater.Toggle"
parameter="region_debug_console" />
</menu_item_check>
<menu_item_check <menu_item_check
label="Fast Timers" label="Fast Timers"
name="Fast Timers" name="Fast Timers"
......
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