mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extras
This commit is contained in:
parent
12474b0f44
commit
dec66284b3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ impl Notice for Banner {
|
||||||
|
|
||||||
/// Create new `Self`
|
/// Create new `Self`
|
||||||
fn notice() -> Self {
|
fn notice() -> Self {
|
||||||
let banner = Banner::builder().button_label("Ok").revealed(false).build();
|
let banner = Banner::builder().button_label("Ok").build();
|
||||||
banner.connect_button_clicked(|this| this.set_revealed(false));
|
banner.connect_button_clicked(|this| this.set_revealed(false));
|
||||||
banner
|
banner
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue