From 395891dd1f273ba3bdc190bb54bfc1ca765245c0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 6 Dec 2021 10:38:20 +0000 Subject: [PATCH] No custom icons directory --- theme.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/theme.py b/theme.py index 9b34280ae..b6a02d679 100644 --- a/theme.py +++ b/theme.py @@ -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,