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