--- a/src/eric7/Toolbox/Startup.py Sun Apr 07 19:23:30 2024 +0200 +++ b/src/eric7/Toolbox/Startup.py Sun Apr 07 19:58:46 2024 +0200 @@ -31,6 +31,8 @@ """ from eric7 import Preferences + EricPixmapCache.setPreferVectorIcons(Preferences.getIcons("PreferVectorIcons")) + defaultIconPaths = getDefaultIconPaths(application) iconPaths = Preferences.getIcons("Path") for iconPath in iconPaths: