mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.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
682a74618b
commit
413ae7af5a
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