|
|
|
@ -207,7 +207,7 @@ DevicePanel::DevicePanel(SettingsWindow *parent) : ListWidget(parent) { |
|
|
|
|
addItem(new LabelControl(tr("Dongle ID"), getDongleId().value_or(tr("N/A")))); |
|
|
|
|
addItem(new LabelControl(tr("Serial"), params.get("HardwareSerial").c_str())); |
|
|
|
|
|
|
|
|
|
pair_device = new ButtonControl(tr("Pair Device"), tr("Pair"), |
|
|
|
|
pair_device = new ButtonControl(tr("Pair Device"), tr("PAIR"), |
|
|
|
|
tr("Pair your device with comma connect (connect.comma.ai) and claim your comma prime offer.")); |
|
|
|
|
connect(pair_device, &ButtonControl::clicked, [=]() { |
|
|
|
|
PairingPopup popup(this); |
|
|
|
|