mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement stateful api for append action
This commit is contained in:
parent
a6ef61486d
commit
3a0deabc14
5 changed files with 102 additions and 17 deletions
|
|
@ -18,7 +18,7 @@ impl Widget {
|
|||
.build();
|
||||
|
||||
// Init events
|
||||
gobject.connect_clicked(move |_| window_action.append().activate());
|
||||
gobject.connect_clicked(move |_| window_action.append().activate_default_once());
|
||||
|
||||
Self { gobject }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue