mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Added 'Catalog' to default exclude_tags
This commit is contained in:
parent
180843a81e
commit
57d3d606b1
@ -17,7 +17,7 @@ class PluginWidget(QWidget,Ui_Form):
|
||||
TITLE = _('E-book Options')
|
||||
HELP = _('Options specific to')+' EPUB/MOBI '+_('output')
|
||||
OPTION_FIELDS = [('exclude_genre','\[[\w ]*\]'),
|
||||
('exclude_tags','~'),
|
||||
('exclude_tags','~,Catalog'),
|
||||
('read_tag','+'),
|
||||
('note_tag','*')]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user