mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-23 23:32:32 -04:00
Increase the limit at which the languages are expanded when searching for a recipe
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user