mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Update client.cfg after it's copied, see #279
This commit is contained in:
parent
df3832af2f
commit
85e836452c
1 changed files with 3 additions and 2 deletions
|
@ -638,6 +638,9 @@ void COperationDialog::copyProfileFiles()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// correct path to client_default.cfg
|
||||||
|
profile.createClientConfig();
|
||||||
|
|
||||||
emit done();
|
emit done();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -900,8 +903,6 @@ bool COperationDialog::createDefaultProfile()
|
||||||
config->addProfile(profile);
|
config->addProfile(profile);
|
||||||
config->save();
|
config->save();
|
||||||
|
|
||||||
profile.createClientConfig();
|
|
||||||
|
|
||||||
emit done();
|
emit done();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue