Version 2.0.1
This commit is contained in:
parent
2773d7598b
commit
9e7deecb99
5 changed files with 22 additions and 8 deletions
|
|
@ -36,7 +36,9 @@ void ServerSettingsLogic::onUpdatePage()
|
|||
.arg(port.isEmpty() ? "" : ":")
|
||||
.arg(port));
|
||||
set_lineEditDescriptionText(server.value(config_key::description).toString());
|
||||
QString selectedContainerName = m_settings.defaultContainerName(uiLogic()->selectedServerIndex);
|
||||
|
||||
DockerContainer selectedContainer = m_settings.defaultContainer(uiLogic()->selectedServerIndex);
|
||||
QString selectedContainerName = ContainerProps::containerHumanNames().value(selectedContainer);
|
||||
set_labelCurrentVpnProtocolText(tr("Service: ") + selectedContainerName);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue