Merge pull request #6160 from JosJuice/gecko-na
Don't show "N/A" as description when there is no Gecko code
This commit is contained in:
commit
9e4590b2b2
|
@ -118,9 +118,6 @@ void GeckoCodeWidget::OnSelectionChanged()
|
|||
|
||||
m_code_description->clear();
|
||||
|
||||
if (code.notes.empty())
|
||||
m_code_description->append(tr("N/A"));
|
||||
|
||||
for (const auto& line : code.notes)
|
||||
m_code_description->append(QString::fromStdString(line));
|
||||
|
||||
|
|
Loading…
Reference in New Issue