mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Merge with develop
This commit is contained in:
parent
120d2d7dba
commit
ec1e27acca
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ void COperationDialog::addComponentsProfiles()
|
|||
|
||||
foreach(const QString &profileId, m_addComponents.profiles)
|
||||
{
|
||||
CProfile &profile = config->getProfile(profileId);
|
||||
const CProfile &profile = config->getProfile(profileId);
|
||||
|
||||
if (profile.desktopShortcut) createClientDesktopShortcut(profile.id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue