mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01: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:
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…
x
Reference in New Issue
Block a user