GameSummary: Redirect to redump.info

This commit is contained in:
JordanTheToaster
2026-06-25 17:20:57 +01:00
committed by lightningterror
parent 57ef8e7c25
commit 48ca476a2f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ void GameSummaryWidget::onSearchHashClicked()
if (m_redump_search_keyword.empty())
return;
QtUtils::OpenURL(this, fmt::format("http://redump.org/discs/quicksearch/{}", m_redump_search_keyword).c_str());
QtUtils::OpenURL(this, fmt::format("https://redump.info/discs?q={}", m_redump_search_keyword).c_str());
}
void GameSummaryWidget::onCheckWikiClicked(const std::string& serial)
+1 -1
View File
@@ -552,7 +552,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>Search on Redump.org...</string>
<string>Search on Redump.info...</string>
</property>
</widget>
</item>