mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 10:24:13 +00:00
add comment
This commit is contained in:
parent
738203aaab
commit
c40bf923cb
@ -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…
x
Reference in New Issue
Block a user