Skip to content

Commit e337a3c

Browse files
committed
feat: add TODO for future user enablement settings in refresh function
1 parent 2624e37 commit e337a3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/storeManagers/steam/library.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export async function refresh(): Promise<null> {
109109
}
110110
const steamUsers = await loadUsers()
111111

112+
// TODO: All users are enabled for now, a setting could be added in the future to control which should be enabled or not.
112113
const enabledSteamUsers = steamUsers.reduce((acc, val) => {
113114
if (steamEnabledUsers.get(val.id, true)) {
114115
acc.push(val)

0 commit comments

Comments
 (0)