forked from indymedia/epicyon
Sort themes list
parent
ccdb1131d2
commit
56142cc263
1
theme.py
1
theme.py
|
@ -32,6 +32,7 @@ def getThemesList(baseDir: str) -> []:
|
||||||
themeName != 'icons' and themeName != 'fonts':
|
themeName != 'icons' and themeName != 'fonts':
|
||||||
themes.append(themeName.title())
|
themes.append(themeName.title())
|
||||||
break
|
break
|
||||||
|
themes.sort()
|
||||||
print('Themes available: ' + str(themes))
|
print('Themes available: ' + str(themes))
|
||||||
return themes
|
return themes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue