mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
make that consistent with other labels
This commit is contained in:
@@ -158,7 +158,7 @@ AdvancedNetworking::AdvancedNetworking(QWidget* parent, WifiManager* wifi): QWid
|
||||
list->addItem(roamingToggle);
|
||||
|
||||
// APN settings
|
||||
ButtonControl *editApnButton = new ButtonControl("APN settings", "EDIT");
|
||||
ButtonControl *editApnButton = new ButtonControl("APN Setting", "EDIT");
|
||||
connect(editApnButton, &ButtonControl::clicked, [=]() {
|
||||
const bool roamingEnabled = params.getBool("GsmRoaming");
|
||||
const QString cur_apn = QString::fromStdString(params.get("GsmApn"));
|
||||
|
||||
Reference in New Issue
Block a user