add comment

This commit is contained in:
yggverse 2024-11-08 06:05:16 +02:00
parent 6595a311c4
commit 7c7e91ca31

View File

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