mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-30 00:30:20 -05:00
Merge from trunk
This commit is contained in:
commit
8f6f6381a5
@ -179,7 +179,7 @@ class UpdateMixin(object):
|
||||
|
||||
def plugin_update_found(self, number_of_updates):
|
||||
# Change the plugin icon to indicate there are updates available
|
||||
plugin = self.iactions.get('Plugin Updates', None)
|
||||
plugin = self.iactions.get('Plugin Updater', None)
|
||||
if not plugin:
|
||||
return
|
||||
if number_of_updates:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user