diff --git a/connd/qconnectionagent.cpp b/connd/qconnectionagent.cpp index 57d9a90..3cee542 100644 --- a/connd/qconnectionagent.cpp +++ b/connd/qconnectionagent.cpp @@ -324,6 +324,9 @@ void QConnectionAgent::connectToType(const QString &type) qDebug() << "<<<<<<<<<<< requestConnect() >>>>>>>>>>>>"; elem.service->requestConnect(); return; + } else if (elem.path.contains("cellular")) { + // do not continue if cellular is not autoconnect + return; } } else { return;