From 83f481662b95bf2b32e0e9ea2b1de0861d7d00ff Mon Sep 17 00:00:00 2001 From: Manuel Martin Date: Mon, 6 May 2024 16:29:24 +0200 Subject: [PATCH] Add info about bitECS pinned objects backup not being supported --- src/renderer/pages/Backup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/pages/Backup.tsx b/src/renderer/pages/Backup.tsx index 2f9ba25..23a8ff1 100644 --- a/src/renderer/pages/Backup.tsx +++ b/src/renderer/pages/Backup.tsx @@ -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', };