Fixed a bug where a newly created Audio.pck would be hidden from the user

This commit is contained in:
MattNL
2023-03-07 03:25:31 -05:00
parent b45e637c13
commit e72275918d

View File

@@ -831,6 +831,7 @@ namespace PckStudio
PCKAudioFileWriter.Write(stream, audioPck, isLittle);
pckFileData.SetData(stream.ToArray());
}
BuildMainTreeView();
return pckFileData;
}