mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
activate on construct
This commit is contained in:
parent
711226737a
commit
56b2a26020
3 changed files with 74 additions and 112 deletions
|
|
@ -32,7 +32,7 @@ fn main() -> ExitCode {
|
|||
|
||||
// Init GTK, start application
|
||||
match gtk::init() {
|
||||
Ok(_) => App::new(profile_database_connection).activate().run(),
|
||||
Ok(_) => App::new(profile_database_connection).run(),
|
||||
Err(_) => ExitCode::FAILURE,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue