mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 11:42:35 +02:00
Increase the limit at which the languages are expanded when searching for a recipe
This commit is contained in:
parent
f48028aec4
commit
24c5feff3e
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ def break_cycles(self):
|
|||
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…
Reference in a new issue