Fixed: Interface stalled when adding new profile, see #279

This commit is contained in:
kervala 2016-09-21 17:19:00 +02:00
parent 21aee0b33e
commit ffefc3ea62

View file

@ -1088,6 +1088,11 @@ void COperationDialog::addComponentsProfiles()
profile.createShortcuts();
profile.createClientConfig();
}
// clear list of all servers to uninstall
m_addComponents.profiles.clear();
emit done();
}
void COperationDialog::deleteComponentsProfiles()