mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1457f8ecc9
commit
82392bdd61
@ -84,4 +84,5 @@ class ExtraFilesWatcher(QObject):
|
||||
self.timer.stop()
|
||||
|
||||
def refresh_gui(self, book_ids):
|
||||
self.gui.library_view.model().refresh_ids(frozenset(book_ids), current_row=self.gui.library_view.currentIndex().row())
|
||||
lv = self.gui.library_view
|
||||
lv.model().refresh_ids(frozenset(book_ids), current_row=lv.currentIndex().row())
|
||||
|
Loading…
x
Reference in New Issue
Block a user