truedread / netflix-1080p

Chrome extension to play Netflix in 1080p and 5.1
MIT License
2.75k stars 303 forks source link

Fix label -> checkbox usability issue in options page #134

Open DaveDuck321 opened 1 year ago

DaveDuck321 commented 1 year ago

Previously, all the text for all options was incorrectly marked as the label of the first checkbox. As a result, clicking on any of the text would confusingly toggle the 5.1 audio option. This commit assigns each label to an individual checkbox -- each checkbox can be toggled by clicking on its respective option.