mirror of https://gitlab.com/bashrc2/epicyon
slash
parent
b8a31d0fb6
commit
7aee6e8b1a
|
@ -104,7 +104,7 @@ def getIconsDir(baseDir: str) -> str:
|
||||||
iconsDir='icons'
|
iconsDir='icons'
|
||||||
theme=getConfigParam(baseDir,'theme')
|
theme=getConfigParam(baseDir,'theme')
|
||||||
if theme:
|
if theme:
|
||||||
if os.path.isdir(baseDir+'img/icons/'+theme):
|
if os.path.isdir(baseDir+'/img/icons/'+theme):
|
||||||
iconsDir='icons/'+theme
|
iconsDir='icons/'+theme
|
||||||
return iconsDir
|
return iconsDir
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue