add close actions

This commit is contained in:
yggverse 2024-11-04 22:15:47 +02:00
parent ed3b4bcc84
commit dd1a4e6f3c
2 changed files with 18 additions and 1 deletions

View file

@ -39,6 +39,8 @@ impl Window {
) -> Self {
// Init components
let tab = Tab::new_arc(
action_page_close.clone(),
action_page_close_all.clone(),
action_page_home.clone(),
action_page_history_back.clone(),
action_page_history_forward.clone(),