forked from openlp/openlp
Add config_update as an overrideable plugin fn
This commit is contained in:
parent
5a4a4e703f
commit
238088d50b
@ -130,6 +130,12 @@ class MediaManagerItem(QtWidgets.QWidget, RegistryProperties):
|
||||
self.can_make_live = True
|
||||
self.can_add_to_service = True
|
||||
|
||||
def config_update(self):
|
||||
"""
|
||||
Is triggered when the config is updated
|
||||
"""
|
||||
pass
|
||||
|
||||
def retranslate_ui(self):
|
||||
"""
|
||||
This method is called automatically to provide OpenLP with the opportunity to translate the ``MediaManagerItem``
|
||||
|
Loading…
Reference in New Issue
Block a user