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