1
0
mirror of synced 2024-12-03 03:27:23 +01:00

Automatically open sarc file entries if there is only a single file in them

This commit is contained in:
KillzXGaming 2020-04-19 13:28:04 -04:00
parent a3be9b111d
commit 11099d88df

View File

@ -142,6 +142,9 @@ namespace FirstPlugin
var entry = SetupFileEntry(fileName, file.Value, Hash);
files.Add(entry);
FileLookup.Add(fileName, entry);
if (SzsFiles.Files.Count == 1)
entry.OpenFileFormatOnLoad = true;
}
sarcData.Files.Clear();