chore: returned links for mobile platforms
This commit is contained in:
parent
56221881da
commit
2f6e28b980
1 changed files with 0 additions and 7 deletions
|
|
@ -146,13 +146,6 @@ void ApiServicesModel::updateModel(const QJsonObject &data)
|
||||||
} else {
|
} else {
|
||||||
for (const auto &service : services) {
|
for (const auto &service : services) {
|
||||||
auto serviceObject = service.toObject();
|
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));
|
m_services.push_back(getApiServicesData(serviceObject));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue