settings, configure_input: fix rename input profile

This commit is contained in:
vvanelslande 2019-11-09 13:13:41 -05:00
parent 4f19d380f5
commit 1f708e8bad
2 changed files with 2 additions and 2 deletions

View file

@ -505,6 +505,7 @@ void ConfigureInput::RenameProfile() {
ui->profile->setItemText(ui->profile->currentIndex(), new_name);
Settings::RenameCurrentProfile(new_name.toStdString());
Settings::SaveProfile(ui->profile->currentIndex());
}
bool ConfigureInput::IsProfileNameDuplicate(const QString& name) const {