mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Forgot to save last used bookmarks sort by
This commit is contained in:
parent
a211edd269
commit
1f3b5993b7
@ -141,6 +141,7 @@ class BookmarkManager(QWidget):
|
||||
return self.sort_by.currentData()
|
||||
|
||||
def sort_by_changed(self):
|
||||
vprefs['bookmarks_sort'] = self.current_sort_by
|
||||
self.set_bookmarks(self.get_bookmarks())
|
||||
|
||||
def set_bookmarks(self, bookmarks=()):
|
||||
|
Loading…
x
Reference in New Issue
Block a user