mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename widget entity
This commit is contained in:
parent
2a1e788f8d
commit
91ad71033a
2 changed files with 8 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ impl Main {
|
|||
let tab = tab::Tab::new();
|
||||
|
||||
// Extras
|
||||
let widget = widget::Main::new(tab.widget().tab());
|
||||
let widget = widget::Main::new(tab.widget().notebook());
|
||||
|
||||
// Init struct
|
||||
Arc::new(Self { tab, widget })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue