diff --git a/src/main.rs b/src/main.rs index 5d240d56..c5103a0e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,7 +39,7 @@ fn main() -> ExitCode { // Init GTK, start application 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, } }