Skip to content

Commit

Permalink
fix: enable patch for all devices by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Sep 12, 2021
1 parent f077891 commit 84b820f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/assets/index.gohtml
Expand Up @@ -261,7 +261,13 @@
>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="formAllDevices" name="{{.FormAllDevices}}" />
<input
class="form-check-input"
type="checkbox"
id="formAllDevices"
checked
name="{{.FormAllDevices}}"
/>
<label style="display: inline" class="form-check-label" for="formAllDevices">
Force enable support for all devices
</label>
Expand Down

0 comments on commit 84b820f

Please sign in to comment.