PolyMeilex / rfd

Rusty File Dialog
MIT License
564 stars 64 forks source link

Add support for Yes/No/Cancel buttons #123

Closed Adanos020 closed 1 year ago

Adanos020 commented 1 year ago

Fixes #81

I based this off of this fork: https://github.com/zphixon/rfd

The Yes/No/Cancel provided by the OS seem to work fine on Linux and macOS, however:

I addressed both of these issues and updated the documentation of MessageDialog accordingly.

Tested on Windows and Linux (GTK3).

WASM, macOS and Linux (XDG) still need testing. Unfortunately, I don't have easy access to a Mac, so we'll need someone else who does to test this.

Adanos020 commented 1 year ago

Opening this again because I accidentally closed #122

PolyMeilex commented 1 year ago

Thanks!