latest changes from gta5sync
This commit is contained in:
parent
c3643aece0
commit
6b4f856e4d
21 changed files with 569 additions and 451 deletions
|
@ -701,7 +701,7 @@ bool ProfileInterface::importSnapmaticPicture(SnapmaticPicture *picture, bool wa
|
|||
if (warn) QMessageBox::warning(this, tr("Import"), tr("Failed to import the Snapmatic picture, the picture is already in the game"));
|
||||
return false;
|
||||
}
|
||||
else if (picture->exportPicture(profileFolder + QDir::separator() + adjustedFileName, false))
|
||||
else if (picture->exportPicture(profileFolder + QDir::separator() + adjustedFileName, "PGTA"))
|
||||
{
|
||||
picture->setPicFilePath(profileFolder + QDir::separator() + adjustedFileName);
|
||||
pictureLoaded(picture, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue