mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement separated mod for window widget, rename getters
This commit is contained in:
parent
13292a977d
commit
1e00c5930c
5 changed files with 58 additions and 64 deletions
|
|
@ -159,10 +159,10 @@ impl App {
|
|||
}
|
||||
|
||||
// Assign browser window to this application
|
||||
browser.widget().set_application(Some(this));
|
||||
browser.widget_gobject().set_application(Some(this));
|
||||
|
||||
// Show main widget
|
||||
browser.widget().present();
|
||||
browser.widget_gobject().present();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue