brought back the ability to share wireguard native format configs

This commit is contained in:
vladimir.kuznetsov 2023-10-16 13:43:27 +05:00
parent 8e0eef3316
commit cdb18de305

View file

@ -320,7 +320,7 @@ PageType {
if (index === ContainerProps.containerFromString("amnezia-openvpn")) {
root.connectionTypesModel.push(openVpnConnectionFormat)
} else if (index === ContainerProps.containerFromString("amnezia-awg")) {
} else if (index === ContainerProps.containerFromString("amnezia-wireguard")) {
root.connectionTypesModel.push(wireGuardConnectionFormat)
}
}