fix RDR2 fileFormat

This commit is contained in:
Syping 2023-10-03 22:49:24 +02:00
parent 4fdde8e485
commit 8f8ef469d4
1 changed files with 2 additions and 2 deletions

View File

@ -1052,7 +1052,7 @@ bool ProfileInterface::importImage(QImage *snapmaticImage, QDateTime importDateT
fileFormat = "PGTA5%1";
break;
case RagePhoto::PhotoFormat::RDR2:
fileFormat = "PRDR3%1";
fileFormat = "PRDR3%1_1";
break;
default:
fileFormat = "%1.lrpx";
@ -1108,7 +1108,7 @@ bool ProfileInterface::importSnapmaticPicture(SnapmaticPicture *picture, bool wa
spFormat = SnapmaticFormat::PGTA5_Format;
break;
case RagePhoto::PhotoFormat::RDR2:
fileFormat = "PRDR3%1";
fileFormat = "PRDR3%1_1";
spFormat = SnapmaticFormat::PRDR3_Format;
break;
default: