Additional unparsed command line options are assumed to be a project path to open

This commit is contained in:
Veronica K. B. Olsen
2020-02-13 00:36:30 +01:00
parent 723489b67b
commit 6e6c9b98f7
3 changed files with 12 additions and 2 deletions
+2 -1
View File
@@ -41,6 +41,7 @@ class Config:
self.appHandle = nw.__package__.lower()
self.showGUI = True
self.debugInfo = False
self.cmdOpen = None
# Set Paths
self.confPath = None
@@ -57,7 +58,7 @@ class Config:
self.iconPath = None
# Set default values
self.confChanged = False
self.confChanged = False
## General
self.guiTheme = "default"