fix a TB
This commit is contained in:
parent
e9945b9c4b
commit
472c35e030
|
@ -1130,7 +1130,8 @@ class Interface:
|
|||
self.systray_enabled = False
|
||||
self.systray_capabilities = False
|
||||
|
||||
if False: #os.name == 'nt':
|
||||
if False: #os.name == 'nt':
|
||||
pass
|
||||
#try:
|
||||
# import systraywin32
|
||||
#except: # user doesn't have trayicon capabilities
|
||||
|
|
Loading…
Reference in New Issue