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