diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ impl State { .push_button(iced_dialog::button("Cancel", Message::Cancelled)) .width(350) .height(234) + .on_press(Message::Cancelled) .into() } } |
