make checkbox disabled for now

This commit is contained in:
HorizonCode 2022-10-27 14:41:26 +02:00
parent 53a2fb55a6
commit b673b74eee
1 changed files with 1 additions and 1 deletions

View File

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