Fix applying VRCX metadata to photos

This commit is contained in:
Natsumi
2025-07-24 20:12:24 +12:00
parent a6aa87b150
commit 5b4e060d6c

View File

@@ -262,8 +262,8 @@ namespace VRCX
if (newChunkIndex == -1) return false;
// If this file already has a text chunk, chances are it got logged twice for some reason. Stop.
var existingiTXt = FindChunkIndex(png, "iTXt");
if (existingiTXt != -1) return false;
// var existingiTXt = FindChunkIndex(png, "iTXt");
// if (existingiTXt != -1) return false;
var newChunk = new PNGChunk("iTXt");
newChunk.InitializeTextChunk("Description", text);