mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
fix tab append on initial application startup
This commit is contained in:
parent
7c9ab300d3
commit
ef227f276d
5 changed files with 22 additions and 6 deletions
|
|
@ -160,6 +160,10 @@ impl Window {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub fn init(&self) {
|
||||
self.tab.init();
|
||||
}
|
||||
|
||||
// Getters
|
||||
pub fn gobject(&self) -> &Box {
|
||||
&self.widget.gobject()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue