Merge branch 'release/v3.7.2' into fix/custom-games-requests

This commit is contained in:
Zamitto
2025-10-30 07:58:31 -03:00

View File

@@ -293,6 +293,8 @@ export function GameDetailsContextProvider({
}, [objectId, shop, userDetails]);
useEffect(() => {
if (shop === "custom") return;
const fetchDownloadSources = async () => {
try {
const sources = await window.electron.getDownloadSources();