add testing tab

This commit is contained in:
yggverse 2024-09-22 22:26:10 +03:00
parent 1e42a75f2e
commit dc1f9f83bd

View file

@ -11,7 +11,11 @@ impl Tab {
pub fn new() -> Tab { pub fn new() -> Tab {
let widget = widget::Tab::new(); let widget = widget::Tab::new();
Self { widget } let this = Self { widget };
this.append(true); // @TODO test
this
} }
// Actions // Actions