mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
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:
@ -118,9 +118,6 @@ void GeckoCodeWidget::OnSelectionChanged()
|
|||||||
|
|
||||||
m_code_description->clear();
|
m_code_description->clear();
|
||||||
|
|
||||||
if (code.notes.empty())
|
|
||||||
m_code_description->append(tr("N/A"));
|
|
||||||
|
|
||||||
for (const auto& line : code.notes)
|
for (const auto& line : code.notes)
|
||||||
m_code_description->append(QString::fromStdString(line));
|
m_code_description->append(QString::fromStdString(line));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user