mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add comment
This commit is contained in:
parent
6595a311c4
commit
7c7e91ca31
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ fn main() -> ExitCode {
|
||||||
|
|
||||||
// Init GTK, start application
|
// Init GTK, start application
|
||||||
match gtk::init() {
|
match gtk::init() {
|
||||||
Ok(_) => App::new(profile_database_connection, profile_path).run(),
|
Ok(_) => App::new(profile_database_connection, profile_path).run(), // @TODO common struct for profile data
|
||||||
Err(_) => ExitCode::FAILURE,
|
Err(_) => ExitCode::FAILURE,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue