rename widget struct entity

This commit is contained in:
yggverse 2024-09-23 14:02:42 +03:00
parent daf276c006
commit 3d44bcb754
3 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@ fn main() -> glib::ExitCode {
move |this: &Application| {
browser::Browser::new(this, db.clone(), 640, 480)
.widget()
.gtk()
.window()
.present();
}
});