diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-11 21:33:28 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-11 21:33:28 +0800 |
commit | f6fe1a886389b44d63c6a985916d7a910d27a726 (patch) | |
tree | 866f1a44e9aee1fdc3b08de7641c647f4816c66f /indra/newview/app_settings | |
parent | 45fe70ffd340dc2263c20f08eef58dfa55e19fd2 (diff) | |
parent | 5590af309fd9f78e4642f01833e26bbcf343d145 (diff) |
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/toolbars.xml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/indra/newview/app_settings/toolbars.xml b/indra/newview/app_settings/toolbars.xml index a1c9d6d9ee..2e57a67e7d 100644 --- a/indra/newview/app_settings/toolbars.xml +++ b/indra/newview/app_settings/toolbars.xml @@ -4,27 +4,24 @@ button_display_mode="icons_with_text"> <command name="chat"/> <command name="speak"/> - <command name="destinations"/> <command name="people"/> <command name="profile"/> - <command name="map"/> - <command name="move"/> <command name="view"/> - <command name="howto"/> + <command name="appearance"/> + <command name="inventory"/> </bottom_toolbar> <left_toolbar button_display_mode="icons_only"> - <command name="avatar"/> - <command name="appearance"/> - <command name="inventory"/> <command name="search"/> + <command name="map"/> <command name="places"/> - <command name="voice"/> <command name="minimap"/> <command name="snapshot"/> - <command name="performance"/> + <command name="aboutland"/> </left_toolbar> <right_toolbar button_display_mode="icons_only"> + <command name="performance"/> + <command name="howto"/> </right_toolbar> </toolbars> |