mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use tuple for actions
This commit is contained in:
parent
b70a5a7867
commit
61010e0a42
6 changed files with 24 additions and 39 deletions
|
|
@ -50,9 +50,7 @@ impl Item {
|
|||
|
||||
let page = Rc::new(Page::new(
|
||||
id.clone(),
|
||||
browser_action,
|
||||
window_action,
|
||||
action.clone(),
|
||||
(browser_action, window_action, action.clone()),
|
||||
));
|
||||
|
||||
let widget = Rc::new(Widget::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue