mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
add testing tab
This commit is contained in:
parent
1e42a75f2e
commit
dc1f9f83bd
@ -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…
x
Reference in New Issue
Block a user