From 4308009f15651cac832029d0d590bc4803c5ae62 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 13 Apr 2025 11:34:05 +0200 Subject: fix: example --- src/dialog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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>, ) -> Self { -- cgit v1.2.3