allow last service to load on startup

This commit is contained in:
Tim Bentley 2019-07-28 15:40:07 +01:00
parent 095881cb90
commit da75c96d03
1 changed files with 2 additions and 1 deletions

View File

@ -635,7 +635,8 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow, LogMixin, RegistryPropert
# if self.live_controller.display.isVisible():
# self.live_controller.display.setFocus()
self.activateWindow()
if self.application.args:
# We will aloways have 1 but more need to be processed
if self.application.args and len(self.application.args) > 1:
self.open_cmd_line_files(self.application.args)
elif Settings().value(self.general_settings_section + '/auto open'):
self.service_manager_contents.load_last_file()