mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
draft page reload action
This commit is contained in:
parent
4e0ec422ca
commit
fd73dc3d7c
7 changed files with 45 additions and 2 deletions
|
|
@ -71,6 +71,14 @@ impl Browser {
|
|||
}
|
||||
})
|
||||
.build(),
|
||||
ActionEntry::builder("tab_page_reload")
|
||||
.activate({
|
||||
let main = main.clone();
|
||||
move |_, _, _| {
|
||||
main.tab_page_reload();
|
||||
}
|
||||
})
|
||||
.build(),
|
||||
ActionEntry::builder("tab_close")
|
||||
.activate({
|
||||
let main = main.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue