I am working on a GUI Project and I do not want to use the Quit command from Systray Icon. Is there a way to that ?
I could see that QUIT is being added explicitly on the traybar.py. Any suggestions would help
menu_options = menu_options + (('Quit', None, SysTrayIcon.QUIT),)