Change GameAction trigger for profile loading

This commit is contained in:
NGnius (Graham) 2023-04-03 20:15:40 -04:00
parent 533beaf289
commit f5d35fe95c

View file

@ -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);