diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 585aba15b..204fd47cd 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -971,6 +971,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): setting_sections.extend([self.themesSettingsSection]) setting_sections.extend([self.displayTagsSection]) setting_sections.extend([self.headerSection]) + setting_sections.extend([u'crashreport']) # Add plugin sections. for plugin in self.pluginManager.plugins: setting_sections.extend([plugin.name])