Quote:
Originally Posted by theducks
It works for me 2.99.12 Win x64 for both within library and Library (another) duplicates
What PI settings did you use ?
|
seems to be with the recent changes that happened with the beta where Kovid changed a bit of the GUI. I normally start the beta using ./calibre-debug -g and found this on the terminal. With the change that Kovid suggested the error no longer appears on the terminal
Quote:
Originally Posted by kovidgoyal
The line
self.gui.clear_button.clicked.connect(self.user_ha s_cleared_search)
in action.py in the plugin should be changed to
self.gui.search.cleared.connect(self.user_has_clea red_search)
|
I've tested this and it work