mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9c9ed534e3
commit
f9c0d2134d
@ -45,6 +45,7 @@ class SearchDialog(QDialog, Ui_Dialog):
|
||||
self.cache_pool = CacheUpdateThreadPool(self.cache_thread_count)
|
||||
self.results_view.model().cover_pool.set_thread_count(self.cover_thread_count)
|
||||
self.results_view.model().details_pool.set_thread_count(self.details_thread_count)
|
||||
self.results_view.setCursor(Qt.PointingHandCursor)
|
||||
|
||||
# Check for results and hung threads.
|
||||
self.checker = QTimer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user