mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
integrate simple action object
This commit is contained in:
parent
12f5146468
commit
ff2073d302
2 changed files with 20 additions and 10 deletions
|
|
@ -31,7 +31,8 @@ impl Tray {
|
|||
action_tab_page_reload,
|
||||
action_tab_pin,
|
||||
);
|
||||
let tab = Tab::new();
|
||||
|
||||
let tab = Tab::new(action_tab_append);
|
||||
|
||||
// Init widget
|
||||
let widget = Box::builder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue