mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
add comment
This commit is contained in:
parent
6595a311c4
commit
7c7e91ca31
@ -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…
x
Reference in New Issue
Block a user