Browse Source

implement tab close action

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

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

@ -55,7 +55,7 @@ impl Tab {
} }
pub fn close(&self) { pub fn close(&self) {
todo!() self.widget.remove_page(self.widget.current_page());
} }
/* @TODO /* @TODO

Loading…
Cancel
Save