Enable WebGL by default
This commit is contained in:
parent
43ae66dba4
commit
2a773a2c55
@ -1434,7 +1434,7 @@ Valid values:
|
|||||||
* +true+
|
* +true+
|
||||||
* +false+
|
* +false+
|
||||||
|
|
||||||
Default: +pass:[false]+
|
Default: +pass:[true]+
|
||||||
|
|
||||||
[[content-css-regions]]
|
[[content-css-regions]]
|
||||||
=== css-regions
|
=== css-regions
|
||||||
|
@ -815,7 +815,7 @@ def data(readonly=False):
|
|||||||
"are not affected by this setting."),
|
"are not affected by this setting."),
|
||||||
|
|
||||||
('webgl',
|
('webgl',
|
||||||
SettingValue(typ.Bool(), 'false'),
|
SettingValue(typ.Bool(), 'true'),
|
||||||
"Enables or disables WebGL. For QtWebEngine, Qt/PyQt >= 5.7 is "
|
"Enables or disables WebGL. For QtWebEngine, Qt/PyQt >= 5.7 is "
|
||||||
"required for this setting."),
|
"required for this setting."),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user