mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
473 B
XML
15 lines
473 B
XML
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
|
|
|
<prefwindow id="canvas3d-options" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<prefpane>
|
|
<preferences>
|
|
<preference id="webcontent" name="extensions.canvas3d.enabledForWebContent" type="bool"/>
|
|
</preferences>
|
|
|
|
<checkbox label="Enable 3D canvas in web content" preference="webcontent"/>
|
|
|
|
</prefpane>
|
|
</prefwindow>
|