qutebrowser: allow WebGL
This commit is contained in:
parent
4cffd57f85
commit
81e3acc15d
@ -302,6 +302,10 @@ c.content.pdfjs = False
|
|||||||
# Type: List of File, or File
|
# Type: List of File, or File
|
||||||
c.content.user_stylesheets = 'stylesheets/user.css'
|
c.content.user_stylesheets = 'stylesheets/user.css'
|
||||||
|
|
||||||
|
# Enable WebGL.
|
||||||
|
# Type: Bool
|
||||||
|
c.content.webgl = True
|
||||||
|
|
||||||
# CSS selectors used to determine which elements on a page should have
|
# CSS selectors used to determine which elements on a page should have
|
||||||
# hints.
|
# hints.
|
||||||
# Type: Dict
|
# Type: Dict
|
||||||
|
Loading…
Reference in New Issue
Block a user