mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Add YouTube codec check and their settings
This commit is contained in:
parent
f56f753c74
commit
9230d4f436
6 changed files with 157 additions and 0 deletions
|
|
@ -68,8 +68,28 @@
|
|||
</rows>
|
||||
</grid>
|
||||
</groupbox>
|
||||
|
||||
#endif
|
||||
|
||||
<!-- YouTube video codecs -->
|
||||
<groupbox id="videoGroup" data-category="paneContent" hidden="true">
|
||||
<caption><label>&videoContent.label;</label></caption>
|
||||
<vbox>
|
||||
<checkbox id="youtubeHideUnaccelerated"
|
||||
preference="browser.video.youtube.hide-unaccelerated"
|
||||
label="&youtubeHideUnaccelerated.label;"
|
||||
accesskey="&youtubeHideUnaccelerated.accesskey;" />
|
||||
<checkbox id="youtubeForceH264"
|
||||
preference="browser.video.youtube.force-h264"
|
||||
label="&youtubeForceH264.label;"
|
||||
accesskey="&youtubeForceH264.accesskey;" />
|
||||
<checkbox id="youtubeDisable60fps"
|
||||
preference="browser.video.youtube.disable-60fps"
|
||||
label="&youtubeDisable60fps.label;"
|
||||
accesskey="&youtubeDisable60fps.accesskey;" />
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox id="notificationsGroup" data-category="paneContent" hidden="true">
|
||||
<caption><label>¬ificationsPolicy.label;</label></caption>
|
||||
<grid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue