Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谢谢阅读。我需要帮助,我需要通过双击隐藏图标来打开程序。像这样:
def show(icon, item): icon.stop() root.after(0, root.deiconify()) icon = pystray.Icon("name", image, "Title", menu)#, doubleclick=show()) icon.run()