aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dialog.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.rs b/src/dialog.rs
index 0f70c0a..dba27f7 100644
--- a/src/dialog.rs
+++ b/src/dialog.rs
@@ -144,7 +144,7 @@ where
}
/// Extends the [`Dialog`] with the given buttons.
- pub fn extend(
+ pub fn extend_buttons(
self,
buttons: impl IntoIterator<Item = Element<'a, Message, Theme, Renderer>>,
) -> Self {