summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index f9058e875..e57b25d2a 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -386,8 +386,13 @@ qt.workarounds.locale:
follow up with a proper fix soon, so it is disabled by default.
qt.workarounds.disable_accelerated_2d_canvas:
- default: true
- type: Bool
+ type:
+ name: String
+ valid_values:
+ - always: Disable accelerated 2d canvas
+ - auto: Disable on Qt6 < 6.6.0, enable otherwise
+ - never: Enable accelerated 2d canvas
+ default: auto
backend: QtWebEngine
restart: true
desc: >-