From c843e6357265f4ba5923e4a385634f0c0921e2f5 Mon Sep 17 00:00:00 2001
From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com>
Date: Sun, 28 Jan 2024 15:15:20 -0500
Subject: [PATCH] Add "RenderWithZones Manager"

---
 scripts/system/create/entityList/html/entityList.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/scripts/system/create/entityList/html/entityList.html b/scripts/system/create/entityList/html/entityList.html
index 75b172e201..38ea66832b 100644
--- a/scripts/system/create/entityList/html/entityList.html
+++ b/scripts/system/create/entityList/html/entityList.html
@@ -4,6 +4,7 @@
 //  Created by Ryan Huffman on 19 Nov 2014
 //  Copyright 2014 High Fidelity, Inc.
 //  Copyright 2020 Vircadia contributors.
+//  Copyright 2024 Overte e.V.
 //
 //  Distributed under the Apache License, Version 2.0.
 //  See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
@@ -316,6 +317,12 @@
                     <div class = "menu-item-shortcut"></div>
                 </div>
             </button>
+            <button class="menu-button" id="renderWithZonesManager" >
+                <div class = "menu-item">
+                    <div class = "menu-item-caption">RenderWithZones Manager</div>
+                    <div class = "menu-item-shortcut"></div>
+                </div>
+            </button>
         </div>
         <div id="menuBackgroundOverlay" ></div>
     </body>