mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement custom search providers feature
This commit is contained in:
parent
58d4439fcf
commit
b8a8fb49de
16 changed files with 668 additions and 30 deletions
|
|
@ -65,7 +65,7 @@ impl Item {
|
|||
));
|
||||
|
||||
// Update tab loading indicator
|
||||
let client = Rc::new(Client::init(&page));
|
||||
let client = Rc::new(Client::init(profile, &page));
|
||||
|
||||
// Connect events
|
||||
action.home.connect_activate({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue