Akuli / porcupine

A decent editor written in tkinter
MIT License
143 stars 46 forks source link

It is possible to open multiple instances of the about dialog #1497

Open Akuli opened 2 months ago

Akuli commented 2 months ago

While this makes playing with the easter eggs more fun, I think it would be better to allow opening only one about dialog at a time. Plugin manager and settings dialog already disallow multiple instances.

Moosems commented 2 months ago

Maybe by using a message box and giving it a parent? That would be a fairly simple solution, I could get to work on this tomorrow.

rdbende commented 2 months ago

Other dialogs use winfo_exists. The about dialog wouldn't work as a messagebox.