Skip to content

Commit

Permalink
Merge pull request #1388 from amnezia-vpn/bugfix/pre-release-hotfixes
Browse files Browse the repository at this point in the history
chore: returned links for mobile platforms
  • Loading branch information
Nethius authored Jan 31, 2025
2 parents 46d96a8 + 2f6e28b commit 236e5ca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/ui/models/apiServicesModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,6 @@ void ApiServicesModel::updateModel(const QJsonObject &data)
} else {
for (const auto &service : services) {
auto serviceObject = service.toObject();

#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
if (serviceObject.value(configKey::serviceType).toString() == serviceType::amneziaPremium) {
continue;
}
#endif

m_services.push_back(getApiServicesData(serviceObject));
}
}
Expand Down

0 comments on commit 236e5ca

Please sign in to comment.