mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
699b4d4b8d
commit
e54352dd55
@ -179,7 +179,7 @@ class UpdateMixin(object):
|
|||||||
|
|
||||||
def plugin_update_found(self, number_of_updates):
|
def plugin_update_found(self, number_of_updates):
|
||||||
# Change the plugin icon to indicate there are updates available
|
# 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:
|
if not plugin:
|
||||||
return
|
return
|
||||||
if number_of_updates:
|
if number_of_updates:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user