fix profiles not saving correctly

This commit is contained in:
David Griswold 2026-04-07 16:38:10 +03:00
parent 81602a89a4
commit 354b8d765a

View File

@ -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() {