mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
738203aaab
commit
c40bf923cb
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ impl Tab {
|
|||
}
|
||||
|
||||
pub fn close_all(&self) {
|
||||
// @TODO skip pinned or make confirmation alert (GTK>=4.10)
|
||||
while let Some(page_number) = self.widget.current_page() {
|
||||
self.widget.remove_page(Some(page_number));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue