Additional unparsed command line options are assumed to be a project path to open
This commit is contained in:
@@ -182,6 +182,10 @@ class GuiMain(QMainWindow):
|
||||
|
||||
logger.debug("GUI initialisation complete")
|
||||
|
||||
if self.mainConf.cmdOpen is not None:
|
||||
logger.debug("Opening project from additional command line option")
|
||||
self.openProject(self.mainConf.cmdOpen)
|
||||
|
||||
return
|
||||
|
||||
def clearGUI(self):
|
||||
|
||||
Reference in New Issue
Block a user