alejandroautalan / pygubu

A simple GUI builder for the python tkinter module
MIT License
2.01k stars 213 forks source link

Enhancement suggestion for pathchooserwidget #278

Closed AJ6CU closed 1 year ago

AJ6CU commented 1 year ago

A useful parameter of the underlying asksaveasfile widget is defaultextension. For example, defaultextension=".txt"

Not a high priority problem as there is an easy workaround in my code to check for no extension and then add one.