draft close all tabs actions

This commit is contained in:
yggverse 2024-09-23 16:03:39 +03:00
parent 91ad71033a
commit 6801cc6a05
4 changed files with 34 additions and 1 deletions

View file

@ -25,8 +25,16 @@ impl Tab {
)
}
pub fn close(&self) {
todo!()
}
pub fn close_all(&self) {
todo!()
}
pub fn pin(&self) -> bool {
false // @TODO
todo!()
}
// Getters