mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra getters, give names to gobjects
This commit is contained in:
parent
ccbc82d2f5
commit
ff3f064534
12 changed files with 22 additions and 40 deletions
|
|
@ -24,7 +24,7 @@ pub fn new_gobject(action: Rc<Action>) -> StatusPage {
|
|||
.build();
|
||||
|
||||
// Init events
|
||||
button.connect_clicked(move |_| action.ident().activate());
|
||||
button.connect_clicked(move |_| action.ident.activate());
|
||||
|
||||
// Init status page
|
||||
StatusPage::builder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue