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
So I've been having a weird issue:
I initilize the tray just fine and all the buttons work, but when I click show window the tray icon doesn't disappear. If I close the window again, none of the buttons work on the tray (but they are visible). I am integrating with tkinter using the following code:
And this has the exact same result (tray works the first time, doesn't disappear, no buttons work the second time)
I am running Linux Mint 20.3 and python3.8.
The text was updated successfully, but these errors were encountered:
So I've been having a weird issue:
I initilize the tray just fine and all the buttons work, but when I click show window the tray icon doesn't disappear. If I close the window again, none of the buttons work on the tray (but they are visible). I am integrating with tkinter using the following code:
I read #124, and tried the suggestion there to run the icon in a separate thread and manipulate the visibility instead:
And this has the exact same result (tray works the first time, doesn't disappear, no buttons work the second time)
I am running Linux Mint 20.3 and python3.8.
The text was updated successfully, but these errors were encountered: