mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
just create config (#780)
This commit is contained in:
+2
-2
@@ -229,8 +229,8 @@ fn controller_window(
|
||||
if !command.status().await.unwrap().success() {
|
||||
eprintln!("Failed to configure input profile");
|
||||
}
|
||||
let game_ui = ui::Ui::new();
|
||||
update_input_profiles(&weak_app, &game_ui.config);
|
||||
let config = ui::config::Config::new();
|
||||
update_input_profiles(&weak_app, &config);
|
||||
});
|
||||
})
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user