From f5d35fe95c1b657ab810a26c258d68e8db0fca14 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Mon, 3 Apr 2023 20:15:40 -0400 Subject: [PATCH 1/2] Change GameAction trigger for profile loading --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 5a7daaa..6c08981 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -173,7 +173,7 @@ const reload = function() { } }); //@ts-ignore - startHook = SteamClient.Apps.RegisterForGameActionStart((actionType, id) => { + startHook = SteamClient.Apps.RegisterForGameActionEnd((actionType, id) => { //@ts-ignore let gameInfo: any = appStore.GetAppOverviewByGameID(id); From 4940e9191799dade73490591958bd1dd61c6205e Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Wed, 5 Apr 2023 22:10:40 -0400 Subject: [PATCH 2/2] Revert "Change GameAction trigger for profile loading" This reverts commit f5d35fe95c1b657ab810a26c258d68e8db0fca14. --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 6c08981..5a7daaa 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -173,7 +173,7 @@ const reload = function() { } }); //@ts-ignore - startHook = SteamClient.Apps.RegisterForGameActionEnd((actionType, id) => { + startHook = SteamClient.Apps.RegisterForGameActionStart((actionType, id) => { //@ts-ignore let gameInfo: any = appStore.GetAppOverviewByGameID(id);