mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 19:30:26 +08:00
Update ConnectionInfoWidget.cpp
This commit is contained in:
parent
3e1d70f7c1
commit
73eb981e20
@ -100,7 +100,7 @@ void ConnectionInfoWidget::ShowDetails(const ConnectionGroupPair &_identifier)
|
|||||||
QStringList shareLinks;
|
QStringList shareLinks;
|
||||||
for (const auto &connection : ConnectionManager->Connections(groupId))
|
for (const auto &connection : ConnectionManager->Connections(groupId))
|
||||||
{
|
{
|
||||||
shareLinks << ConvertConfigToString({ connection, groupId }, false);
|
shareLinks << ConvertConfigToString({ connection, groupId }, !GlobelConfig.uiConfig.useOldShareLinkFormat);
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
auto complexCount = shareLinks.removeAll(QV2RAY_SERIALIZATION_COMPLEX_CONFIG_PLACEHOLDER);
|
auto complexCount = shareLinks.removeAll(QV2RAY_SERIALIZATION_COMPLEX_CONFIG_PLACEHOLDER);
|
||||||
|
Loading…
Reference in New Issue
Block a user