fix input profiles
This commit is contained in:
@ -1062,8 +1062,6 @@ void ConfigureInput::CreateProfile() {
|
||||
return;
|
||||
}
|
||||
|
||||
UpdateInputProfiles();
|
||||
|
||||
ui->comboProfiles->addItem(profile_name);
|
||||
ui->comboProfiles->setCurrentIndex(ui->comboProfiles->count() - 1);
|
||||
}
|
||||
@ -1082,8 +1080,6 @@ void ConfigureInput::DeleteProfile() {
|
||||
return;
|
||||
}
|
||||
|
||||
UpdateInputProfiles();
|
||||
|
||||
ui->comboProfiles->removeItem(ui->comboProfiles->currentIndex());
|
||||
ui->comboProfiles->setCurrentIndex(-1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user