implement close all tabs action

This commit is contained in:
yggverse 2024-09-24 00:56:46 +03:00
parent 9d78abfba5
commit 738203aaab
2 changed files with 5 additions and 4 deletions

View file

@ -35,7 +35,7 @@ impl Main {
}
pub fn tab_close_all(&self) {
self.tab.close();
self.tab.close_all();
}
pub fn tab_pin(&self) {