Skip to content

Commit

Permalink
Merge pull request #28 from SpineEyE/patch-1
Browse files Browse the repository at this point in the history
fix settings checkboxes
  • Loading branch information
TheGoddessInari authored Oct 19, 2021
2 parents 7b214c8 + 0301ec5 commit ab0473a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
<div class="pref-box">
<label>
<input type="checkbox" id="5.1">Use 5.1 audio when available</input>
</label>
<br>
<label>
<input type="checkbox" id="setMaxBitrate">Automatically select best bitrate available</input>
</label>
<br>
<label>
<input type="checkbox" id="useVP9">Allow Netflix to use VP9 for decoding</input>
</label>
</div>
Expand All @@ -38,4 +42,4 @@
<script src="options.js"></script>
</body>

</html>
</html>

0 comments on commit ab0473a

Please sign in to comment.