fix the qutebrowser download directory
This commit is contained in:
parent
514b255701
commit
894dd57644
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue