Skip to content

question: do not hardcode "Yes" and "No" buttons

Kelvin Voon requested to merge kelvinvoon/zenity:question/fix-buttons into master

The libadwaita message box has the buttons hardcoded. When --switch is specified, these buttons should not be added. This MR adds the two buttons programmatically when --switch is not specified.

Fixes #62 (closed).

Edited by Kelvin Voon

Merge request reports