mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 22:42:05 +02:00
Add "RenderWithZones Manager"
This commit is contained in:
parent
4e0f85fb92
commit
c843e63572
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue