feat: add authors

This commit is contained in:
semenov
2025-01-22 17:32:10 +03:00
parent 22b2fbddc3
commit ded0bc3627
9 changed files with 52 additions and 6 deletions

View File

@@ -286,7 +286,9 @@ void AssetsManager::writeVersionsToFile(QList<StreamingVersionData*> version,boo
if(isFirst)
{
attribute3 = {"isChangeable",QString::number(false)};
attribute4 = {"author",tr("Константа-дизайн")};
QString author = tr("Константа-дизайн");
attribute4 = {"author",author};
ver->setAuthor(author);
}else
{
attribute3 ={"isChangeable",QString::number(ver->getIsChangeable())};