forked from openlp/openlp
fix code errors
This commit is contained in:
parent
7d5e742c90
commit
e2c3d9d3f1
@ -125,4 +125,4 @@ __all__ = ['SplashScreen', 'AboutForm', 'SettingsForm', 'MainDisplay', 'SlideCon
|
|||||||
'ServiceNoteForm', 'ThemeLayoutForm', 'FileRenameForm', 'StartTimeForm', 'MainDisplay',
|
'ServiceNoteForm', 'ThemeLayoutForm', 'FileRenameForm', 'StartTimeForm', 'MainDisplay',
|
||||||
'SlideController', 'DisplayController', 'GeneralTab', 'ThemesTab', 'AdvancedTab', 'PluginForm',
|
'SlideController', 'DisplayController', 'GeneralTab', 'ThemesTab', 'AdvancedTab', 'PluginForm',
|
||||||
'FormattingTagForm', 'ShortcutListForm', 'FormattingTagController', 'SingleColumnTableWidget',
|
'FormattingTagForm', 'ShortcutListForm', 'FormattingTagController', 'SingleColumnTableWidget',
|
||||||
'ProjectorManager', 'ProjectorTab', 'ProjectorEditForm']
|
'ProjectorManager', 'ProjectorTab', 'ProjectorEditForm', 'LiveController', 'PreviewController']
|
||||||
|
@ -801,7 +801,8 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow, LogMixin, RegistryPropert
|
|||||||
self.plugin_form.load()
|
self.plugin_form.load()
|
||||||
self.plugin_form.exec()
|
self.plugin_form.exec()
|
||||||
|
|
||||||
def on_tools_open_data_folder_clicked(self):
|
@staticmethod
|
||||||
|
def on_tools_open_data_folder_clicked():
|
||||||
"""
|
"""
|
||||||
Open data folder
|
Open data folder
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user