This commit is contained in:
Tim Bentley 2016-07-09 10:52:34 +01:00
parent 27a6af8ab1
commit 128cded43b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class RemotesPlugin(Plugin, OpenLPMixin):
"""
remotes constructor
"""
super(RemotesPlugin, self).__init__('remotes')
super(RemotesPlugin, self).__init__('remotes', {})
self.icon_path = ':/plugins/plugin_remote.png'
self.icon = build_icon(self.icon_path)
self.weight = -1