Skip to content

Commit

Permalink
Add info about bitECS pinned objects backup not being supported
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed May 6, 2024
1 parent 2c6c132 commit 83f4816
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 83f4816

Please sign in to comment.