mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Add FBZ to the default list of internall viewed formats
Fixes #1922450 [Viewer fails to open FBZ files](https://bugs.launchpad.net/calibre/+bug/1922450)
This commit is contained in:
parent
2c408254cd
commit
7b6f46df17
@ -233,7 +233,7 @@ def _config(): # {{{
|
|||||||
c.add_opt('LRF_ebook_viewer_options', default=None,
|
c.add_opt('LRF_ebook_viewer_options', default=None,
|
||||||
help=_('Options for the LRF e-book viewer'))
|
help=_('Options for the LRF e-book viewer'))
|
||||||
c.add_opt('internally_viewed_formats', default=['LRF', 'EPUB', 'LIT',
|
c.add_opt('internally_viewed_formats', default=['LRF', 'EPUB', 'LIT',
|
||||||
'MOBI', 'PRC', 'POBI', 'AZW', 'AZW3', 'HTML', 'FB2', 'PDB', 'RB',
|
'MOBI', 'PRC', 'POBI', 'AZW', 'AZW3', 'HTML', 'FB2', 'FBZ', 'PDB', 'RB',
|
||||||
'SNB', 'HTMLZ', 'KEPUB'], help=_(
|
'SNB', 'HTMLZ', 'KEPUB'], help=_(
|
||||||
'Formats that are viewed using the internal viewer'))
|
'Formats that are viewed using the internal viewer'))
|
||||||
c.add_opt('column_map', default=ALL_COLUMNS,
|
c.add_opt('column_map', default=ALL_COLUMNS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user