sqweek / dialog

Simple cross-platform dialog API for go-lang
ISC License
509 stars 77 forks source link

Feature: Add possibility to pre-define filename #26

Closed Torbilicious closed 2 years ago

Torbilicious commented 5 years ago

Would it be possible to add functionality to define a recommended filename for the save dialog?

Currently on mac it defaults to Undefined and on windows it is just empty.

sqweek commented 5 years ago

Do you mean "Untitled" on mac, or are you actually seeing "Undefined"?

Seems like a reasonable feature either way :)

sqweek commented 2 years ago

This has been implemented in #66 (thanks redraskal!)