Add "RenderWithZones Manager"

This commit is contained in:
Alezia Kurdis 2024-01-28 15:15:20 -05:00 committed by GitHub
parent 4e0f85fb92
commit c843e63572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
// Created by Ryan Huffman on 19 Nov 2014 // Created by Ryan Huffman on 19 Nov 2014
// Copyright 2014 High Fidelity, Inc. // Copyright 2014 High Fidelity, Inc.
// Copyright 2020 Vircadia contributors. // Copyright 2020 Vircadia contributors.
// Copyright 2024 Overte e.V.
// //
// Distributed under the Apache License, Version 2.0. // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // 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 class = "menu-item-shortcut"></div>
</div> </div>
</button> </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>
<div id="menuBackgroundOverlay" ></div> <div id="menuBackgroundOverlay" ></div>
</body> </body>