Changed how the application name is passed around
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ class Config:
|
||||
def __init__(self):
|
||||
|
||||
# Set Application Variables
|
||||
self.appName = nw.__appname__
|
||||
self.appHandle = nw.__appname__.lower()
|
||||
self.appName = "novelWriter"
|
||||
self.appHandle = self.appName.lower()
|
||||
self.showGUI = True
|
||||
self.debugInfo = False
|
||||
self.cmdOpen = None
|
||||
|
||||
Reference in New Issue
Block a user