change message in input profile

This commit is contained in:
Logan McNaughton
2026-03-16 14:55:27 +01:00
parent 73a3e6a22a
commit 6de1ef3548
+2 -7
View File
@@ -711,13 +711,8 @@ pub fn configure_input_profile(ui: &mut ui::Ui, profile: String, dinput: bool, d
}
}
}
ui::video::draw_text(
format!("Binding set for {key}").as_str(),
renderer,
text_engine,
font,
);
std::thread::sleep(std::time::Duration::from_millis(200));
ui::video::draw_text("Binding set, please wait...", renderer, text_engine, font);
std::thread::sleep(std::time::Duration::from_millis(500));
}
close_controllers(open_joysticks, open_controllers);