mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init context menu for page tabs
This commit is contained in:
parent
51f543143d
commit
b443d1c58e
6 changed files with 93 additions and 27 deletions
|
|
@ -52,7 +52,7 @@ impl App {
|
|||
let action_page_home = Action::new("win", false, None);
|
||||
let action_page_history_back = Action::new("win", false, None);
|
||||
let action_page_history_forward = Action::new("win", false, None);
|
||||
let action_page_reload = Action::new("win", true, None);
|
||||
let action_page_reload = Action::new_stateful("win", true, None, &0.to_variant()); // @TODO
|
||||
let action_page_pin = Action::new("win", true, None);
|
||||
|
||||
// Init GTK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue