forked from openlp/openlp
Presentations - Can be disabled now!
This commit is contained in:
parent
7273ff3d2f
commit
f5e3c046df
@ -51,19 +51,19 @@ class PresentationPlugin(Plugin):
|
|||||||
Create the settings Tab
|
Create the settings Tab
|
||||||
"""
|
"""
|
||||||
return PresentationTab(self.controllers)
|
return PresentationTab(self.controllers)
|
||||||
#
|
|
||||||
# def can_be_disabled(self):
|
def can_be_disabled(self):
|
||||||
# return True
|
return True
|
||||||
#
|
|
||||||
# def initialise(self):
|
def initialise(self):
|
||||||
# log.info(u'Presentations Initialising')
|
log.info(u'Presentations Initialising')
|
||||||
# Plugin.initialise(self)
|
Plugin.initialise(self)
|
||||||
# self.insert_toolbox_item()
|
self.insert_toolbox_item()
|
||||||
#
|
|
||||||
# def finalise(self):
|
def finalise(self):
|
||||||
# log.info(u'Plugin Finalise')
|
log.info(u'Plugin Finalise')
|
||||||
# Plugin.finalise(self)
|
Plugin.finalise(self)
|
||||||
# self.remove_toolbox_item()
|
self.remove_toolbox_item()
|
||||||
|
|
||||||
def get_media_manager_item(self):
|
def get_media_manager_item(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user