enshort method name

This commit is contained in:
yggverse 2024-10-06 05:16:29 +03:00
parent 71a58aa763
commit 0c98b869d3
3 changed files with 5 additions and 5 deletions

View file

@ -159,10 +159,10 @@ impl App {
}
// Assign browser window to this application
browser.widget_gobject().set_application(Some(this));
browser.gobject().set_application(Some(this));
// Show main widget
browser.widget_gobject().present();
browser.gobject().present();
}
});