Clean up config file format, modify how projects are launched, and add broken theme setting handling
This commit is contained in:
+2
-2
@@ -113,7 +113,7 @@ def tmpConf(tmpPath):
|
||||
theConf = Config()
|
||||
theConf.initConfig(tmpPath, tmpPath)
|
||||
theConf.setLastPath(tmpPath)
|
||||
theConf.guiLang = "en_GB"
|
||||
theConf.guiLocale = "en_GB"
|
||||
return theConf
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ def fncConf(fncPath):
|
||||
theConf = Config()
|
||||
theConf.initConfig(fncPath, fncPath)
|
||||
theConf.setLastPath(fncPath)
|
||||
theConf.guiLang = "en_GB"
|
||||
theConf.guiLocale = "en_GB"
|
||||
return theConf
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user