Minor edits to config.

This commit is contained in:
Derek Taylor
2021-04-19 21:13:26 -05:00
parent 3a39a7d692
commit 23350a844b
5 changed files with 88 additions and 65 deletions

View File

@@ -164,7 +164,7 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
# - true
# - false
# - ask
config.set('content.notifications', True, 'https://www.reddit.com')
config.set('content.notifications.enabled', True, 'https://www.reddit.com')
# Allow websites to show notifications.
# Type: BoolAsk
@@ -172,7 +172,7 @@ config.set('content.notifications', True, 'https://www.reddit.com')
# - true
# - false
# - ask
config.set('content.notifications', True, 'https://www.youtube.com')
config.set('content.notifications.enabled', True, 'https://www.youtube.com')
# Directory to save downloads to. If unset, a sensible OS-specific
# default is used.