Change GameAction trigger for profile loading
This commit is contained in:
parent
533beaf289
commit
f5d35fe95c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue