Update nav.html

This commit is contained in:
Cobalt-60
2023-07-18 12:55:01 -04:00
committed by GitHub
parent 08868abab0
commit 9d63aca8aa
+14
View File
@@ -63,6 +63,20 @@
<option value="rh">Rammerhead</option>
</select>
<h3>Prevent close</h3>
<div class="switch">
<input type="checkbox" id="prevent_close">
<span class="slider"></span>
</div>
<h3>Proxy all Assets</h3>
<div class="switch">
<input type="checkbox" id="proxy_assets">
<span class="slider"></span>
</div>
<h3>Developer Mode</h3>
<div class="switch">
<input type="checkbox" id="dev_mode">