Skip to content
Snippets Groups Projects
Commit 8013e645 authored by maxim_productengine's avatar maxim_productengine
Browse files

CHUI-313 FIXED "Conversations", "Conversations Log" menu items are added

parent 5d846e14
No related branches found
No related tags found
No related merge requests found
...@@ -218,8 +218,18 @@ ...@@ -218,8 +218,18 @@
label="Communicate" label="Communicate"
name="Communicate" name="Communicate"
tear_off="true"> tear_off="true">
<menu_item_check <menu_item_check
label="Chat..." label="Conversations..."
name="Conversations">
<menu_item_check.on_check
function="Floater.IsOpen"
parameter="im_container" />
<menu_item_check.on_click
function="Floater.ToggleOrBringToFront"
parameter="im_container" />
</menu_item_check>
<menu_item_check
label="Nearby Chat..."
name="Nearby Chat" name="Nearby Chat"
shortcut="control|H" shortcut="control|H"
use_mac_ctrl="true"> use_mac_ctrl="true">
...@@ -243,6 +253,17 @@ ...@@ -243,6 +253,17 @@
function="Agent.ToggleMicrophone" function="Agent.ToggleMicrophone"
parameter="speak" /> parameter="speak" />
</menu_item_check> </menu_item_check>
<menu_item_check
label="Conversations Log..."
name="ConversationsLog">
<menu_item_check.on_check
function="Floater.Visible"
parameter="conversation" />
<menu_item_check.on_click
function="Floater.Toggle"
parameter="conversation" />
</menu_item_check>
<menu_item_separator/>
<menu_item_check <menu_item_check
label="Voice morphing..." label="Voice morphing..."
name="ShowVoice" name="ShowVoice"
......
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