Turn off WebGL by default

This was mainly turned on because that's Qt's upstream default, but
there's no reason for it to be turned on.
This commit is contained in:
Florian Bruhin 2016-05-03 06:33:08 +02:00
parent e6ab681a08
commit a6cd91c386

View File

@ -745,7 +745,7 @@ def data(readonly=False):
"are not affected by this setting."), "are not affected by this setting."),
('webgl', ('webgl',
SettingValue(typ.Bool(), 'true'), SettingValue(typ.Bool(), 'false'),
"Enables or disables WebGL."), "Enables or disables WebGL."),
('css-regions', ('css-regions',