Added popup to confirm actions "Clear server from Amnesia software" and "Forget this server"
This commit is contained in:
parent
ee609f3e8f
commit
051a2a3ef2
4 changed files with 85 additions and 4 deletions
|
@ -70,7 +70,7 @@ QList<DockerContainer> ContainerProps::allContainers()
|
|||
QMap<DockerContainer, QString> ContainerProps::containerHumanNames()
|
||||
{
|
||||
return {
|
||||
{DockerContainer::None, "Unknown (Old version)"},
|
||||
{DockerContainer::None, "Not installed"},
|
||||
{DockerContainer::OpenVpn, "OpenVPN"},
|
||||
{DockerContainer::ShadowSocks, "OpenVpn over ShadowSocks"},
|
||||
{DockerContainer::Cloak, "OpenVpn over Cloak"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue