mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
disable card menu items after plugin load
This commit is contained in:
parent
d3eb58073d
commit
af9e54f036
1 changed files with 1 additions and 0 deletions
|
@ -2313,6 +2313,7 @@ Couldn't contact Anki Online. Please check your internet connection.""")
|
|||
print "Error in %s" % plugin
|
||||
traceback.print_exc()
|
||||
self.checkForUpdatedPlugins()
|
||||
self.disableCardMenuItems()
|
||||
|
||||
def rebuildPluginsMenu(self):
|
||||
if getattr(self, "pluginActions", None) is None:
|
||||
|
|
Loading…
Reference in a new issue