[qutebrowser] Don't enable PDF.js since not available
This commit is contained in:
parent
95c69f0a01
commit
391240bc71
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ config.set('content.javascript.enabled', True, 'qute://*/*')
|
||||||
# still be downloaded by clicking the download button in the pdf.js
|
# still be downloaded by clicking the download button in the pdf.js
|
||||||
# viewer.
|
# viewer.
|
||||||
# Type: Bool
|
# Type: Bool
|
||||||
c.content.pdfjs = True
|
c.content.pdfjs = False
|
||||||
|
|
||||||
# Height (in pixels or as percentage of the window) of the completion.
|
# Height (in pixels or as percentage of the window) of the completion.
|
||||||
# Type: PercOrInt
|
# Type: PercOrInt
|
||||||
|
|
Loading…
Reference in a new issue