Qt: More appropriate icon for "Search on Redump" button

This commit is contained in:
Davide Pesavento
2026-05-31 19:00:06 -04:00
committed by Connor McLaughlin
parent e8938f0634
commit 2b1a6cf2b5
+4 -1
View File
@@ -527,8 +527,8 @@ void GameSummaryWidget::onCompatibilityCommentsClicked()
void GameSummaryWidget::onInputProfileChanged(int index)
{
SettingsInterface* sif = m_dialog->getSettingsInterface();
if (index == 0)
{
// Use global settings.
@@ -759,7 +759,10 @@ void GameSummaryWidget::processHashResults(const CDImageHasher::TrackHashes& tra
}
if (!m_redump_search_keyword.empty())
{
m_ui.computeHashes->setIcon(QIcon(u":/icons/monochrome/svg/mag-line.svg"_s));
m_ui.computeHashes->setText(tr("Search on Redump.org"));
}
else
m_ui.computeHashes->setEnabled(false);
}