init profile in constructor

This commit is contained in:
yggverse 2024-11-08 08:43:02 +02:00
parent 25b63c0e02
commit a0201ea83b
4 changed files with 21 additions and 28 deletions

View file

@ -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},