feat: remove cross-platform restriction on WebDAV backup restore

This commit is contained in:
wonfen
2025-04-23 00:48:40 +08:00
parent 16846aefd3
commit 15b117dc15
2 changed files with 2 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ export const BackupViewer = forwardRef<DialogRef>((props, ref) => {
}
const backupTime = dayjs(fileBackupTimeStr[0], DATE_FORMAT);
const allowApply = OS === platform;
const allowApply = true;
return {
...file,
platform,