mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
define browser entities as structs
This commit is contained in:
parent
3fbfe6a7e0
commit
c0ebe95eb8
4 changed files with 84 additions and 40 deletions
|
|
@ -40,7 +40,7 @@ fn main() -> glib::ExitCode {
|
|||
};
|
||||
|
||||
move |this| {
|
||||
browser::new(&this, &db, 640, 480).present();
|
||||
browser::new(&this, &db, 640, 480).widget.present();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue