You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The client will be able to update your status, and affect your playtime.",
224
+
href: "/docs/access/status",
225
+
icon: UserGroupIcon,
226
+
},
227
+
clientData.capabilities["peerAPI"] && {
201
228
name: "Access the Drop network",
202
229
description:
203
230
"The client will be able to establish P2P connections with other users to enable features like download aggregation, Remote LAN play and P2P multiplayer.",
204
231
href: "/docs/access/network",
205
232
icon: LockClosedIcon,
206
233
},
207
-
{
208
-
name: "Manage your account",
234
+
clientData.capabilities["cloudSaves"] &&{
235
+
name: "Upload and sync cloud saves",
209
236
description:
210
-
"The client will be able to change your account details, and friend statuses on your behalf.",
211
-
href: "/docs/access/account",
212
-
icon: UserGroupIcon,
237
+
"The client will be able to upload new cloud saves, and edit your existing ones.",
0 commit comments