added patching rx/ap, could be buggy

This commit is contained in:
2023-11-24 07:20:24 +01:00
parent b70af50634
commit 58fa4a6329
5 changed files with 91 additions and 13 deletions

View File

@@ -64,8 +64,8 @@
</div>
<div class="launch-button-section">
<button class="btn btn-lg btn-launch btn-accent" id="launch-btn" disabled>Launch</button>
<div class="patch-checkbox" style="display: none;">
<input type="checkbox" id="enablePatching" disabled />
<div class="patch-checkbox">
<input type="checkbox" id="enablePatching" checked/>
<label for="enablePatching" style="display: initial;">enable
Patching</label>
</div>