fix tab append on initial application startup

This commit is contained in:
yggverse 2024-10-12 01:08:16 +03:00
parent 7c9ab300d3
commit ef227f276d
5 changed files with 22 additions and 6 deletions

View file

@ -236,6 +236,10 @@ impl Browser {
Ok(())
}
pub fn init(&self) {
self.window.init();
}
// Getters
pub fn gobject(&self) -> &ApplicationWindow {
&self.widget.gobject()