diff --git a/src/redux-modules/steamPatchMiddleware.ts b/src/redux-modules/steamPatchMiddleware.ts index cfad5a8..5e53707 100644 --- a/src/redux-modules/steamPatchMiddleware.ts +++ b/src/redux-modules/steamPatchMiddleware.ts @@ -58,15 +58,15 @@ export const steamPatchMiddleware = } } - if (action.type === setCurrentGameInfo.type) { - if (steamPatchEnabled) { - // if (steamPatchProfile?.tdp) { - // setSteamPatchTDP(steamPatchProfile.tdp); - // } - // get steam perf settings when currentGameId changes - getSteamPerfSettings(); - } - } + // if (action.type === setCurrentGameInfo.type) { + // if (steamPatchEnabled) { + // // if (steamPatchProfile?.tdp) { + // // setSteamPatchTDP(steamPatchProfile.tdp); + // // } + // // get steam perf settings when currentGameId changes + // getSteamPerfSettings(); + // } + // } if (saveToBackendTypes.includes(action.type)) { saveSteamPatchTdpProfiles(state.settings.tdpProfiles, advancedState);