I figured it out!
If anyone else runs into the same issue: look for this in your Python code: from java.awt import SystemTray, Toolkit, TrayIcon
and you'll find what's creating the tray icons.
I figured it out!
If anyone else runs into the same issue: look for this in your Python code: from java.awt import SystemTray, Toolkit, TrayIcon
and you'll find what's creating the tray icons.