fix the qutebrowser download directory

This commit is contained in:
Clay Gomera 2023-05-23 20:21:36 -04:00
parent 514b255701
commit 894dd57644

View file

@ -175,7 +175,7 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
# Directory to save downloads to. If unset, a sensible OS-specific
# default is used.
# Type: Directory
c.downloads.location.directory = '~/downloads'
c.downloads.location.directory = '~/Downloads'
# When to show the tab bar.
# Type: String