Make updates default checked

This commit is contained in:
sigaloid 2022-07-19 16:59:27 -04:00
parent 20975fc635
commit cce55eee63

View file

@ -34,7 +34,7 @@
</div>
</div>
<div class="form-group">
<input id="check-for-updates" type="checkbox" name="check-for-updates">
<input checked id="check-for-updates" type="checkbox" name="check-for-updates">
<label for="check-for-updates">Check for updates automatically</label>
</div>