Log missing indicator plugin
This commit is contained in:
parent
4ee9d05446
commit
3b86dfc639
|
@ -1294,6 +1294,7 @@ class MyForm(settingsmixin.SMainWindow):
|
|||
try:
|
||||
self.indicatorUpdate = get_plugin('indicator')(self)
|
||||
except (NameError, TypeError):
|
||||
logger.warning("No indicator plugin found")
|
||||
self.indicatorUpdate = _noop_update
|
||||
|
||||
# initialise the message notifier
|
||||
|
|
Loading…
Reference in New Issue
Block a user