mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
fae3fe3808
@ -183,6 +183,7 @@ class SortByAction(InterfaceAction):
|
||||
if not i.isSelected():
|
||||
hidden.append(i.data(Qt.ItemDataRole.UserRole))
|
||||
db.new_api.set_pref(SORT_HIDDEN_PREF, tuple(hidden))
|
||||
self.update_menu()
|
||||
|
||||
def named_sort_selected(self, sort_spec):
|
||||
self.gui.library_view.multisort(sort_spec)
|
||||
|
Loading…
x
Reference in New Issue
Block a user