mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Default profile is using default server
This commit is contained in:
parent
623fdd7bde
commit
0d52b6cb26
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ bool COperationDialog::createDefaultProfile()
|
|||
{
|
||||
CConfigFile *config = CConfigFile::getInstance();
|
||||
|
||||
CServer server = config->getServer(config->getDefaultServerIndex());
|
||||
CServer server = config->getServer();
|
||||
|
||||
m_currentOperation = QApplication::tr("Create default profile");
|
||||
|
||||
|
|
Loading…
Reference in a new issue