mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Increase the limit at which the languages are expanded when searching for a recipe
This commit is contained in:
parent
f48028aec4
commit
24c5feff3e
@ -402,7 +402,7 @@ class SchedulerDialog(QDialog):
|
||||
self.recipe_model = None
|
||||
|
||||
def search_done(self, *args):
|
||||
if self.recipe_model.showing_count < 10:
|
||||
if self.recipe_model.showing_count < 20:
|
||||
self.recipes.expandAll()
|
||||
|
||||
def toggle_schedule_info(self, *args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user