Skip to content

Commit

Permalink
[FIX] Reload library after GOG game install (#3520)
Browse files Browse the repository at this point in the history
Reload library after GOG install
  • Loading branch information
arielj authored Feb 6, 2024
1 parent 44d88a3 commit c0263fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/frontend/state/GlobalState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,8 @@ class GlobalState extends PureComponent<Props> {
})
}

if (runner !== 'gog') {
this.refreshLibrary({ runInBackground: true, library: runner })
}
this.refreshLibrary({ runInBackground: true, library: runner })

this.setState({ libraryStatus: newLibraryStatus })
}
}
Expand Down

0 comments on commit c0263fa

Please sign in to comment.