mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add data type
This commit is contained in:
parent
76562c2894
commit
3bdd41c61b
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ fn main() -> glib::ExitCode {
|
|||
Err(e) => panic!("Failed to connect profile database: {e}"),
|
||||
};
|
||||
|
||||
move |this| {
|
||||
browser::Browser::new(&this, db.clone(), 640, 480)
|
||||
move |this: &Application| {
|
||||
browser::Browser::new(this, db.clone(), 640, 480)
|
||||
.widget()
|
||||
.gtk()
|
||||
.present();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue