main2
Bob Mottram 2019-09-11 20:59:18 +01:00
parent b8a31d0fb6
commit 7aee6e8b1a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def getIconsDir(baseDir: str) -> str:
iconsDir='icons'
theme=getConfigParam(baseDir,'theme')
if theme:
if os.path.isdir(baseDir+'img/icons/'+theme):
if os.path.isdir(baseDir+'/img/icons/'+theme):
iconsDir='icons/'+theme
return iconsDir