msgbox-rs
msgbox-rs copied to clipboard
[Enhancement Request] More button types
It will be nice if I can choose to display "OK", "OK or Cancel", "Yes or No", "Abort, Retry or Ignore" and anything else and get known which button user click by returned value.
It should not make this library too heavy. But makes it more useful.
I'll mention that native-dialog might serve your needs.
Oh, thank you very much.