diff options
Diffstat (limited to 'components/config/prefs.rs')
-rw-r--r-- | components/config/prefs.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/config/prefs.rs b/components/config/prefs.rs index 0c6e394ffaa..1bd1a745799 100644 --- a/components/config/prefs.rs +++ b/components/config/prefs.rs @@ -446,6 +446,9 @@ mod gen { } }, media: { + glvideo: { + enabled: bool, + }, testing: { enabled: bool, } |