mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init profile in constructor
This commit is contained in:
parent
25b63c0e02
commit
a0201ea83b
4 changed files with 21 additions and 28 deletions
|
|
@ -8,7 +8,7 @@ use database::Database;
|
|||
use widget::Widget;
|
||||
use window::Window;
|
||||
|
||||
use crate::{action::Browser as BrowserAction, Profile};
|
||||
use crate::{action::Browser as BrowserAction, profile::Profile};
|
||||
use adw::ApplicationWindow;
|
||||
use gtk::{
|
||||
gio::{Cancellable, File, SimpleAction},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue