Skip to content

Commit

Permalink
Return to checking version file
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorbly committed Dec 15, 2023
1 parent c13c849 commit 0668e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AboutWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ AboutWidget::AboutWidget(Device *device, QWidget *parent)
// Setup the UI
performStandardSetup(tr("About"));
// Version Number
ui->version->setText("Version 30.2.0");
// ui->version->setText("Version 30.2.0");
const bool on = NetworkManager::ref().isOn();
// ui->deviceName->setText(device->name() + " v" + device->version());
ui->deviceName->setText(device->name() + " v" + device->version());

// Display Serial Number
const QString serial = device->serial();
Expand Down

0 comments on commit 0668e42

Please sign in to comment.