mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 18:15:35 +01:00
Added 'Catalog' to default exclude_tags
This commit is contained in:
parent
180843a81e
commit
57d3d606b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue