mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove async dependencies
This commit is contained in:
parent
e2b0cd6b0d
commit
b187f36028
33 changed files with 120 additions and 129 deletions
|
|
@ -15,7 +15,7 @@ use gtk::{
|
|||
};
|
||||
use page::Page;
|
||||
use sqlite::Transaction;
|
||||
use std::{rc::Rc, sync::Arc};
|
||||
use std::rc::Rc;
|
||||
|
||||
pub struct Item {
|
||||
// Multi-protocol handler
|
||||
|
|
@ -32,7 +32,7 @@ impl Item {
|
|||
/// Build new `Self`
|
||||
pub fn build(
|
||||
(tab_page, target_child): (&TabPage, &Box),
|
||||
profile: &Arc<Profile>,
|
||||
profile: &Rc<Profile>,
|
||||
(window_action, tab_action): (&Rc<WindowAction>, &Rc<TabAction>),
|
||||
request: Option<&str>,
|
||||
is_load: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue