mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Store: Search, increase default max results per store to 15.
This commit is contained in:
parent
e5ff044db3
commit
92e18a4755
@ -252,7 +252,7 @@ class SearchDialog(QDialog, Ui_Dialog):
|
||||
# Milliseconds
|
||||
self.hang_time = self.config.get('hang_time', 75) * 1000
|
||||
|
||||
self.max_results = self.config.get('max_results', 10)
|
||||
self.max_results = self.config.get('max_results', 15)
|
||||
self.should_open_external = self.config.get('open_external', True)
|
||||
|
||||
# Number of threads to run for each type of operation
|
||||
|
Loading…
x
Reference in New Issue
Block a user