mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft close all tabs actions
This commit is contained in:
parent
91ad71033a
commit
6801cc6a05
4 changed files with 34 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue