Quote:
Originally Posted by chaley
I made it happen with the following steps: - Choose "Find book duplicates"
- Choose the option "Show all groups at once with highlighting"
- Quit calibre without clearing the search bar
- Restart calibre
The search remains on "Highlight".
You can probably fix this by implementing the "shutting_down" method and restoring the preference.
|
I thought I had all scenarios of how to exit the duplicates results covered, but I never thought of this simple one
I fixed this as you suggested by implementing shutting_down method
I also tested by switching libraries without clearing duplicates, but that does not lead to the same problem. So, hopefully this solves it for good.