mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-1230 Fix filename with empty label
This commit is contained in:
parent
8bed1e02ce
commit
15b1fe88cb
@ -132,7 +132,7 @@ void DeviceWidget::populate()
|
||||
myDevice->lblGitTag->setText(tr("Unknown"));
|
||||
myDevice->lblBrdName->setText(tr("Unknown"));
|
||||
}
|
||||
|
||||
myDevice->filenameLabel->setText(tr("No file loaded"));
|
||||
status("Ready...", STATUSICON_INFO);
|
||||
QString fwFileName = getDevFirmwarePath();
|
||||
QFile fwFile(fwFileName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user