mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 21:31:03 +00:00
Merge branch 'release/v3.7.2' into fix/custom-games-requests
This commit is contained in:
@@ -293,6 +293,8 @@ export function GameDetailsContextProvider({
|
|||||||
}, [objectId, shop, userDetails]);
|
}, [objectId, shop, userDetails]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
if (shop === "custom") return;
|
||||||
|
|
||||||
const fetchDownloadSources = async () => {
|
const fetchDownloadSources = async () => {
|
||||||
try {
|
try {
|
||||||
const sources = await window.electron.getDownloadSources();
|
const sources = await window.electron.getDownloadSources();
|
||||||
|
|||||||
Reference in New Issue
Block a user