aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cdccd3c..87c9302 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ impl State {
.push_button(iced_dialog::button("Cancel", Message::Cancelled))
.width(350)
.height(234)
+ .on_press(Message::Cancelled)
.into()
}
}