remove testing tab

This commit is contained in:
yggverse 2024-09-23 12:41:56 +03:00
parent 135c03146a
commit 76562c2894

View File

@ -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