mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-20 18:56:02 -05:00
Player: Persist caption settings (#5417)
This commit is contained in:
commit
b32b077a80
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ var options = {
|
||||||
fontPercent: [0.5, 0.75, 1.25, 1.5, 1.75, 2, 3, 4],
|
fontPercent: [0.5, 0.75, 1.25, 1.5, 1.75, 2, 3, 4],
|
||||||
windowOpacity: ['0', '0.5', '1'],
|
windowOpacity: ['0', '0.5', '1'],
|
||||||
textOpacity: ['0.5', '1'],
|
textOpacity: ['0.5', '1'],
|
||||||
|
persistTextTrackSettings: true,
|
||||||
controlBar: {
|
controlBar: {
|
||||||
children: [
|
children: [
|
||||||
'playToggle',
|
'playToggle',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue