forked from openlp/openlp
Put the settings tab back in after accidentally removing it... silly me!
bzr-revno: 486
This commit is contained in:
parent
c8d5b7acb2
commit
150adaac23
@ -42,8 +42,8 @@ class PresentationPlugin(Plugin):
|
|||||||
QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||||
|
|
||||||
def get_settings_tab(self):
|
def get_settings_tab(self):
|
||||||
#self.presentation_tab = PresentationTab()
|
self.presentation_tab = PresentationTab()
|
||||||
return None #self.presentation_tab
|
return self.presentation_tab
|
||||||
|
|
||||||
def get_media_manager_item(self):
|
def get_media_manager_item(self):
|
||||||
# Create the MediaManagerItem object
|
# Create the MediaManagerItem object
|
||||||
|
Loading…
Reference in New Issue
Block a user