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:
Kovid Goyal 2017-11-01 04:35:04 +05:30
parent 464579a18b
commit 00b106209d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -124,7 +124,7 @@ class StoreAction(InterfaceAction):
def open_store(self, store_plugin_name):
self.gui.istores.check_for_updates()
self.show_disclaimer()
# self.show_disclaimer()
# It's not too important that the updated plugin have finished loading
# at this point
self.gui.istores.join(1.0)