mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 16:04:15 +00:00
add data type
This commit is contained in:
parent
76562c2894
commit
3bdd41c61b
@ -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…
x
Reference in New Issue
Block a user