diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-07-10 22:00:05 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-07-10 22:00:05 +0800 | 
| commit | 148b7b639a586cbf6590fa31b122fa763f8739da (patch) | |
| tree | 3889df9d7ace869e7de9f1f79f33a5b688bf2841 | |
| parent | 4390609584487896c58e3a9e79d2a56116336322 (diff) | |
| parent | 15db83830b3016993489e55c314bf867eb30a128 (diff) | |
Merge remote-tracking branch 'secretfoxtail/main'
| -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> | 
