--- a/eric6/Tools/TrayStarter.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/Tools/TrayStarter.py Sat Apr 10 18:38:27 2021 +0200 @@ -38,7 +38,7 @@ @param settingsDir directory to be used for the settings files @type str """ - super(TrayStarter, self).__init__( + super().__init__( UI.PixmapCache.getIcon( Preferences.getTrayStarter("TrayStarterIcon")))