mirror of https://gitlab.com/bashrc2/epicyon
No custom icons directory
parent
88cc541f59
commit
395891dd1f
4
theme.py
4
theme.py
|
@ -516,10 +516,6 @@ def resetThemeDesignerSettings(baseDir: str, themeName: str, domain: str,
|
||||||
setTheme(baseDir, themeName, domain,
|
setTheme(baseDir, themeName, domain,
|
||||||
allowLocalNetworkAccess, systemLanguage)
|
allowLocalNetworkAccess, systemLanguage)
|
||||||
|
|
||||||
customIconsDir = baseDir + '/accounts/customIcons'
|
|
||||||
if os.path.isdir(customIconsDir):
|
|
||||||
rmtree(customIconsDir, ignore_errors=False, onerror=None)
|
|
||||||
|
|
||||||
|
|
||||||
def _readVariablesFile(baseDir: str, themeName: str,
|
def _readVariablesFile(baseDir: str, themeName: str,
|
||||||
variablesFile: str,
|
variablesFile: str,
|
||||||
|
|
Loading…
Reference in New Issue