mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Interface stalled when adding new profile, see #279
--HG-- branch : develop
This commit is contained in:
parent
7cf531c1a3
commit
42021fb7b4
1 changed files with 5 additions and 0 deletions
|
@ -1088,6 +1088,11 @@ void COperationDialog::addComponentsProfiles()
|
||||||
profile.createShortcuts();
|
profile.createShortcuts();
|
||||||
profile.createClientConfig();
|
profile.createClientConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// clear list of all servers to uninstall
|
||||||
|
m_addComponents.profiles.clear();
|
||||||
|
|
||||||
|
emit done();
|
||||||
}
|
}
|
||||||
|
|
||||||
void COperationDialog::deleteComponentsProfiles()
|
void COperationDialog::deleteComponentsProfiles()
|
||||||
|
|
Loading…
Reference in a new issue