Skip to content

Commit

Permalink
Improved info message
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGLM committed May 17, 2023
1 parent a629a35 commit 8a8c306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ MainWindow::MainWindow(QWidget* parent)
addresses->appendRow(row);
}
}
connection_info("Found " + QString::number(device_counter) + " devices");
connection_info("NetworkDiscovery (experimental): Found " + QString::number(device_counter) + " devices");
});

connect(ui->networkSearchButton, &QPushButton::clicked, networkDiscovery, &NetworkDiscovery::searchDevices);
Expand Down

0 comments on commit 8a8c306

Please sign in to comment.