mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
61efa239ec
commit
a4cd28d746
@ -297,7 +297,7 @@ class TagListEditor(QDialog, Ui_TagListEditor):
|
||||
ca = m.addAction(_('Filter by {}').format(item_name))
|
||||
ca.triggered.connect(partial(self.set_filter_text, item_name))
|
||||
if self.category is not None:
|
||||
ca = m.addAction(_("Search the library for '{0}'").format(item_name))
|
||||
ca = m.addAction(_("Search the library for {0}").format(item_name))
|
||||
ca.triggered.connect(partial(self.search_for_books, item))
|
||||
if disable_copy_paste_search:
|
||||
ca.setEnabled(False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user