We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d4755 commit 1da3850Copy full SHA for 1da3850
src/inputsource.cpp
@@ -340,6 +340,9 @@ void InputSource::readMetaData(const QString &filename)
340
auto frequencyRange = range_t<double>{freq_lower_edge, freq_upper_edge};
341
342
auto label = sigmf_annotation["core:label"].toString();
343
+ if (label.isEmpty()) {
344
+ label = sigmf_annotation["core:description"].toString();
345
+ }
346
347
auto comment = sigmf_annotation["core:comment"].toString();
348
0 commit comments