mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove testing tab
This commit is contained in:
parent
135c03146a
commit
76562c2894
1 changed files with 3 additions and 7 deletions
|
|
@ -9,13 +9,9 @@ pub struct Tab {
|
||||||
impl Tab {
|
impl Tab {
|
||||||
// Construct
|
// Construct
|
||||||
pub fn new() -> Tab {
|
pub fn new() -> Tab {
|
||||||
let widget = widget::Tab::new();
|
Self {
|
||||||
|
widget: widget::Tab::new(),
|
||||||
let this = Self { widget };
|
}
|
||||||
|
|
||||||
this.append(true); // @TODO test
|
|
||||||
|
|
||||||
this
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue