mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-07-11 02:14:43 -06:00
fix profiles not saving correctly
This commit is contained in:
parent
340c201647
commit
b2569c738e
@ -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