Mark colors -> webpage.bg as QtWebKit-only
This commit is contained in:
parent
919196714b
commit
02df91e369
@ -2125,6 +2125,8 @@ Background color for webpages if unset (or empty to use the theme's color)
|
||||
|
||||
Default: +pass:[white]+
|
||||
|
||||
This setting is only available with the QtWebKit backend.
|
||||
|
||||
[[colors-keyhint.fg]]
|
||||
=== keyhint.fg
|
||||
Text color for the keyhint widget.
|
||||
|
@ -1266,7 +1266,8 @@ def data(readonly=False):
|
||||
"Background color for downloads with errors."),
|
||||
|
||||
('webpage.bg',
|
||||
SettingValue(typ.QtColor(none_ok=True), 'white'),
|
||||
SettingValue(typ.QtColor(none_ok=True), 'white',
|
||||
backends=[usertypes.Backend.QtWebKit]),
|
||||
"Background color for webpages if unset (or empty to use the "
|
||||
"theme's color)"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user