Skip to content

Commit

Permalink
Add demoMode to /scenes url flag checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Apr 17, 2024
1 parent 94baef0 commit f1b1cea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scenes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,17 @@ <h5>Welcome <span id="username"></span></h5>
Avatar: Remove video conferencing.
</label>
</div>
<div class="form-check">
<input
class="form-check-input small"
type="checkbox"
name="uri-builder"
id="demoMode"
/>
<label class="form-check-label" for="demoMode">
DemoMode: Hides certain UI elements for demo purposes.
</label>
</div>
<div class="form-check">
<input
class="form-check-input small"
Expand Down

0 comments on commit f1b1cea

Please sign in to comment.