mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
SoftwarePanel: trim the OS Version (#21274)
old-commit-hash: a23584b6e2e77735ae2c8018b4c56006ef072f0c
This commit is contained in:
@@ -258,7 +258,7 @@ void SoftwarePanel::updateLabels() {
|
||||
updateBtn->setEnabled(true);
|
||||
gitBranchLbl->setText(QString::fromStdString(params.get("GitBranch")));
|
||||
gitCommitLbl->setText(QString::fromStdString(params.get("GitCommit")).left(10));
|
||||
osVersionLbl->setText(QString::fromStdString(Hardware::get_os_version()));
|
||||
osVersionLbl->setText(QString::fromStdString(Hardware::get_os_version()).trimmed());
|
||||
}
|
||||
|
||||
QWidget * network_panel(QWidget * parent) {
|
||||
|
||||
Reference in New Issue
Block a user