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();
|
||||
}
|
||||
|
||||
|
@ -900,8 +903,6 @@ bool COperationDialog::createDefaultProfile()
|
|||
config->addProfile(profile);
|
||||
config->save();
|
||||
|
||||
profile.createClientConfig();
|
||||
|
||||
emit done();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue