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
|
|
@ -11,7 +11,7 @@ use anyhow::Result;
|
|||
use gtk::{Box, Orientation, prelude::BoxExt};
|
||||
use header::Header;
|
||||
use sqlite::Transaction;
|
||||
use std::{rc::Rc, sync::Arc};
|
||||
use std::rc::Rc;
|
||||
use tab::Tab;
|
||||
|
||||
pub struct Window {
|
||||
|
|
@ -24,7 +24,7 @@ impl Window {
|
|||
// Constructors
|
||||
|
||||
/// Build new `Self`
|
||||
pub fn build(profile: &Arc<Profile>, browser_action: &Rc<BrowserAction>) -> Self {
|
||||
pub fn build(profile: &Rc<Profile>, browser_action: &Rc<BrowserAction>) -> Self {
|
||||
// Init local actions
|
||||
let action = Rc::new(Action::new());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue