mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-08 18:31:29 -06:00
fix profiles not saving correctly
This commit is contained in:
parent
81602a89a4
commit
354b8d765a
@ -376,7 +376,7 @@ void ConfigureInput::ApplyConfiguration() {
|
||||
}
|
||||
return param.Serialize();
|
||||
});
|
||||
Settings::SaveProfile(ui->profile->currentIndex());
|
||||
Settings::SaveProfile(Settings::values.current_input_profile_index);
|
||||
}
|
||||
|
||||
void ConfigureInput::ApplyProfile() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user