Skip to content

Commit

Permalink
Merge pull request #14 from MozillaReality/bitecs-pinnned-unsupported…
Browse files Browse the repository at this point in the history
…-tooltip

Add info about bitECS pinned objects backup not being supported
  • Loading branch information
keianhzo authored May 6, 2024
2 parents 71a3830 + 83f4816 commit fb8d6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/Backup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Tooltips = {
[IBackupTypes.Blender]:
'Downloads 3D models of all scenes uploaded using the "Import from Blender" method on Spoke',
[IBackupTypes.Scenes]: "Downloads all Spoke Scenes uploaded to this account, including .spoke legacy files",
[IBackupTypes.Rooms]: "Downloads all pinned media from rooms created by this account",
[IBackupTypes.Rooms]: "Downloads all pinned media from rooms created by this account. BitECS pinned objects are not supported.",
[IBackupTypes.Media]: 'Downloads all media uploaded through Spoke located in the "My Assets" tab',
};

Expand Down

0 comments on commit fb8d6e0

Please sign in to comment.