remove patch checkbox for now

This commit is contained in:
HorizonCode 2023-05-04 21:05:01 +02:00
parent 6bc0b215d7
commit e725592ef1

View File

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