mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-03 22:25:33 +02:00
Update settings.cpp
This commit is contained in:
parent
03f9da07cb
commit
96005c48ea
1 changed files with 2 additions and 0 deletions
|
@ -180,8 +180,10 @@ void Settings::addModDetails(PublishedFileId_t id, Mod_entry details)
|
|||
f->acceptedForUse = details.acceptedForUse;
|
||||
f->tagsTruncated = details.tagsTruncated;
|
||||
f->tags = details.tags;
|
||||
// - should we set the handles here instead of Invalid?
|
||||
f->handleFile = details.handleFile;
|
||||
f->handlePreviewFile = details.handlePreviewFile;
|
||||
// -
|
||||
f->primaryFileName = details.primaryFileName;
|
||||
f->primaryFileSize = details.primaryFileSize;
|
||||
f->previewFileName = details.previewFileName;
|
||||
|
|
Loading…
Add table
Reference in a new issue