mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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}"),
|
Err(e) => panic!("Failed to connect profile database: {e}"),
|
||||||
};
|
};
|
||||||
|
|
||||||
move |this| {
|
move |this: &Application| {
|
||||||
browser::Browser::new(&this, db.clone(), 640, 480)
|
browser::Browser::new(this, db.clone(), 640, 480)
|
||||||
.widget()
|
.widget()
|
||||||
.gtk()
|
.gtk()
|
||||||
.present();
|
.present();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue