You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2020. It is now read-only.
Right now this library expects the user to call app.wait_for_message() which causes the app to loop indefinitely, locking the thread until the app exits.
However, I want to run some custom logic in my app loop and then update the tray icon based on that logic (change the icon & update some menu items). Is it possible to just call the update function from my own loop, rather than have this library run the loop for me?