mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Store: Reload store plugins accessible by GUI after using the store chooser.
This commit is contained in:
parent
b871315864
commit
41cc4be952
@ -113,6 +113,8 @@ class StoreAction(InterfaceAction):
|
||||
from calibre.gui2.store.config.chooser.chooser_dialog import StoreChooserDialog
|
||||
d = StoreChooserDialog(self.gui)
|
||||
d.exec_()
|
||||
self.gui.load_store_plugins()
|
||||
self.load_menu()
|
||||
|
||||
def open_store(self, store_plugin):
|
||||
self.show_disclaimer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user