No custom icons directory

main
Bob Mottram 2021-12-06 10:38:20 +00:00
parent 88cc541f59
commit 395891dd1f
1 changed files with 0 additions and 4 deletions

View File

@ -516,10 +516,6 @@ def resetThemeDesignerSettings(baseDir: str, themeName: str, domain: str,
setTheme(baseDir, themeName, domain,
allowLocalNetworkAccess, systemLanguage)
customIconsDir = baseDir + '/accounts/customIcons'
if os.path.isdir(customIconsDir):
rmtree(customIconsDir, ignore_errors=False, onerror=None)
def _readVariablesFile(baseDir: str, themeName: str,
variablesFile: str,