Browse Source

add comment

master
yggverse 4 weeks ago
parent
commit
7c7e91ca31
  1. 2
      src/main.rs

2
src/main.rs

@ -39,7 +39,7 @@ fn main() -> ExitCode { @@ -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,
}
}

Loading…
Cancel
Save