mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add testing tab
This commit is contained in:
parent
1e42a75f2e
commit
dc1f9f83bd
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,11 @@ impl Tab {
|
|||
pub fn new() -> Tab {
|
||||
let widget = widget::Tab::new();
|
||||
|
||||
Self { widget }
|
||||
let this = Self { widget };
|
||||
|
||||
this.append(true); // @TODO test
|
||||
|
||||
this
|
||||
}
|
||||
|
||||
// Actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue