1
0
Fork 1
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:
mr. m 2025-04-19 10:40:19 +02:00
parent c1b15b59db
commit 1ab6f77f95
No known key found for this signature in database
GPG key ID: 419302196C23B258
3 changed files with 16 additions and 1 deletions

View file

@ -1024,4 +1024,9 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'media.videocontrols.picture-in-picture.enabled',
type: 'bool',
default: true,
},
]);