Rewritten about dialog

This commit is contained in:
Veronica K. B. Olsen
2020-05-21 17:16:14 +02:00
parent bd99eb4817
commit 68b8d8b469
5 changed files with 167 additions and 52 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ class Config:
self.graphPath = path.join(self.assetPath,"graphics")
self.dictPath = path.join(self.assetPath,"dict")
self.iconPath = path.join(self.assetPath,"icons")
self.appIcon = path.join(self.iconPath, nwFiles.APP_ICON)
self.appIcon = path.join(self.iconPath, "novelwriter.svg")
logger.verbose("App path: %s" % self.appPath)
logger.verbose("Home path: %s" % self.homePath)