mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Find PDF viewers again
This commit is contained in:
parent
872b672dba
commit
36c4e290a2
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ class GlobalCommon(object):
|
|||
self.dz_container_path = self.get_dangerzone_container_path()
|
||||
|
||||
# Preload list of PDF viewers on computer
|
||||
# self.pdf_viewers = self._find_pdf_viewers()
|
||||
self.pdf_viewers = {"Preview": "com.apple.Preview"}
|
||||
self.pdf_viewers = self._find_pdf_viewers()
|
||||
|
||||
# Languages supported by tesseract
|
||||
self.ocr_languages = {
|
||||
|
|
Loading…
Reference in a new issue