mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue