diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index be58e1cd6..52955f40f 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -1216,6 +1216,8 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): if self.liveController.display: self.liveController.display.close() self.liveController.display = None + # Allow the main process to exit + self.application = None def serviceChanged(self, reset=False, serviceName=None): """