mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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 {
|
pub fn new() -> Tab {
|
||||||
let widget = widget::Tab::new();
|
let widget = widget::Tab::new();
|
||||||
|
|
||||||
Self { widget }
|
let this = Self { widget };
|
||||||
|
|
||||||
|
this.append(true); // @TODO test
|
||||||
|
|
||||||
|
this
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue