mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
assign new actions
This commit is contained in:
parent
ff2073d302
commit
3e60539d34
1 changed files with 6 additions and 0 deletions
|
|
@ -67,6 +67,12 @@ impl Browser {
|
||||||
widget.add_action(&action_quit);
|
widget.add_action(&action_quit);
|
||||||
widget.add_action(&action_update);
|
widget.add_action(&action_update);
|
||||||
|
|
||||||
|
widget.add_action(&action_tab_append);
|
||||||
|
widget.add_action(&action_tab_close);
|
||||||
|
widget.add_action(&action_tab_close_all);
|
||||||
|
widget.add_action(&action_tab_page_reload);
|
||||||
|
widget.add_action(&action_tab_pin);
|
||||||
|
|
||||||
// Init events
|
// Init events
|
||||||
action_debug.connect_activate({
|
action_debug.connect_activate({
|
||||||
let widget = widget.clone();
|
let widget = widget.clone();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue