mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Clear all profiles components after uninstalling them
This commit is contained in:
parent
03499a1c74
commit
623fdd7bde
1 changed files with 3 additions and 0 deletions
|
@ -885,6 +885,9 @@ void COperationDialog::deleteComponentsProfiles()
|
|||
config->removeProfile(profileId);
|
||||
}
|
||||
|
||||
// clear list of all profiles to uninstall
|
||||
m_components.profiles.clear();
|
||||
|
||||
emit success(m_components.servers.size());
|
||||
emit done();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue