We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2624e37 commit e337a3cCopy full SHA for e337a3c
src/backend/storeManagers/steam/library.ts
@@ -109,6 +109,7 @@ export async function refresh(): Promise<null> {
109
}
110
const steamUsers = await loadUsers()
111
112
+ // TODO: All users are enabled for now, a setting could be added in the future to control which should be enabled or not.
113
const enabledSteamUsers = steamUsers.reduce((acc, val) => {
114
if (steamEnabledUsers.get(val.id, true)) {
115
acc.push(val)
0 commit comments