eric6/Tools/TrayStarter.py

changeset 8218
7c09585bd960
parent 8205
4a0f1f896341
child 8220
006ee31b4835
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
36 Constructor 36 Constructor
37 37
38 @param settingsDir directory to be used for the settings files 38 @param settingsDir directory to be used for the settings files
39 @type str 39 @type str
40 """ 40 """
41 super(TrayStarter, self).__init__( 41 super().__init__(
42 UI.PixmapCache.getIcon( 42 UI.PixmapCache.getIcon(
43 Preferences.getTrayStarter("TrayStarterIcon"))) 43 Preferences.getTrayStarter("TrayStarterIcon")))
44 44
45 self.settingsDir = settingsDir 45 self.settingsDir = settingsDir
46 46

eric ide

mercurial