mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 07:10:01 +02:00
feat: Make PiP checkbox disable the entire feature, not just video controls, b=(no-bug), c=no-component
This commit is contained in:
parent
c1b15b59db
commit
1ab6f77f95
3 changed files with 16 additions and 1 deletions
|
@ -1024,4 +1024,9 @@ Preferences.addAll([
|
|||
type: 'bool',
|
||||
default: true,
|
||||
},
|
||||
{
|
||||
id: 'media.videocontrols.picture-in-picture.enabled',
|
||||
type: 'bool',
|
||||
default: true,
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue