joaonc / show_dialog

Easily show a dialog for miscellaneous uses.
https://joaonc.github.io/show_dialog
MIT License
0 stars 0 forks source link

Ok button option #73

Closed joaonc closed 2 months ago

joaonc commented 2 months ago

Ability to have only one button with the default text 'Ok'. Also made easier to have Ok/Cancel instead of the default Pass/Fail. This functionality was possible before, but needed to set pass_button_text and fail_button_text inputs, which is a bit harder.

Resolves https://github.com/joaonc/show_dialog/issues/60