Browse Source

add testing tab

master
yggverse 2 months ago
parent
commit
dc1f9f83bd
  1. 6
      src/browser/main/tab/mod.rs

6
src/browser/main/tab/mod.rs

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

Loading…
Cancel
Save