forked from openlp/openlp
fix test
This commit is contained in:
parent
27a6af8ab1
commit
128cded43b
@ -37,7 +37,7 @@ class RemotesPlugin(Plugin, OpenLPMixin):
|
|||||||
"""
|
"""
|
||||||
remotes constructor
|
remotes constructor
|
||||||
"""
|
"""
|
||||||
super(RemotesPlugin, self).__init__('remotes')
|
super(RemotesPlugin, self).__init__('remotes', {})
|
||||||
self.icon_path = ':/plugins/plugin_remote.png'
|
self.icon_path = ':/plugins/plugin_remote.png'
|
||||||
self.icon = build_icon(self.icon_path)
|
self.icon = build_icon(self.icon_path)
|
||||||
self.weight = -1
|
self.weight = -1
|
||||||
|
Loading…
Reference in New Issue
Block a user