mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1725895 [Don't show About Get books screen when opening external link](https://bugs.launchpad.net/calibre/+bug/1725895)
This commit is contained in:
parent
464579a18b
commit
00b106209d
@ -124,7 +124,7 @@ class StoreAction(InterfaceAction):
|
|||||||
|
|
||||||
def open_store(self, store_plugin_name):
|
def open_store(self, store_plugin_name):
|
||||||
self.gui.istores.check_for_updates()
|
self.gui.istores.check_for_updates()
|
||||||
self.show_disclaimer()
|
# self.show_disclaimer()
|
||||||
# It's not too important that the updated plugin have finished loading
|
# It's not too important that the updated plugin have finished loading
|
||||||
# at this point
|
# at this point
|
||||||
self.gui.istores.join(1.0)
|
self.gui.istores.join(1.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user