diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-17 00:36:10 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-17 00:36:10 +0300 |
commit | 8cd5d7c58a10a9d3c35af95048b3fbc994c72301 (patch) | |
tree | 87cb9010478d0598618d211abd890a9f1cd2c1cb /indra/newview/app_settings | |
parent | 3780c86538ee667bb74f0a70bcf870ec554eda75 (diff) |
SL-14906 More adjustments to guidebook
The Guidebook should remember it's open/closed state between sessions.
The Guidebook button should show as pressed while the Guidebook is open.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 9a4ab8b44b..91841b970d 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -88,8 +88,10 @@ icon="Command_HowTo_Icon" label_ref="Command_HowTo_Label" tooltip_ref="Command_HowTo_Tooltip" - execute_function="Help.ToggleHowTo" - is_running_function="Help.HowToVisible" + execute_function="Floater.ToggleOrBringToFront" + execute_parameters="how_to" + is_running_function="Floater.IsOpen" + is_running_parameters="how_to" /> <command name="inventory" available_in_toybox="true" |