mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
implement profile directory open
This commit is contained in:
parent
82219c01b9
commit
a83b28bcc1
3 changed files with 12 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ fn main() -> ExitCode {
|
|||
|
||||
// Init GTK, start application
|
||||
match gtk::init() {
|
||||
Ok(_) => App::new(profile_database_connection).run(),
|
||||
Ok(_) => App::new(profile_database_connection, profile_path).run(),
|
||||
Err(_) => ExitCode::FAILURE,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue