mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix actions list
This commit is contained in:
parent
f41e59ceb1
commit
a2c4389498
2 changed files with 4 additions and 11 deletions
|
|
@ -52,7 +52,7 @@ impl Browser {
|
|||
&action_tab_pin,
|
||||
));
|
||||
|
||||
let main = Arc::new(Main::new(&action_debug, &action_quit, &action_update));
|
||||
let main = Arc::new(Main::new(&action_tab_page_reload, &action_update));
|
||||
|
||||
// Init widget
|
||||
let widget = ApplicationWindow::builder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue