Document media configs from prefs (#31223)

This commit is contained in:
Ngo Iok Ui (Wu Yu Wei) 2024-01-30 17:52:14 +09:00 committed by GitHub
parent 967925c119
commit 16cabcf736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -469,9 +469,11 @@ mod gen {
}, },
media: { media: {
glvideo: { glvideo: {
/// Enable hardware acceleration for video playback.
enabled: bool, enabled: bool,
}, },
testing: { testing: {
/// Enable a non-standard event handler for verifying behavior of media elements during tests.
enabled: bool, enabled: bool,
} }
}, },