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:
parent
e6ab681a08
commit
a6cd91c386
@ -745,7 +745,7 @@ def data(readonly=False):
|
||||
"are not affected by this setting."),
|
||||
|
||||
('webgl',
|
||||
SettingValue(typ.Bool(), 'true'),
|
||||
SettingValue(typ.Bool(), 'false'),
|
||||
"Enables or disables WebGL."),
|
||||
|
||||
('css-regions',
|
||||
|
Loading…
Reference in New Issue
Block a user