mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
fix: Remove debug stuff
This commit is contained in:
@@ -233,11 +233,8 @@ namespace VRCX
|
||||
{
|
||||
using var pngFile = new PNGFile(path);
|
||||
var chunk = PNGHelper.GenerateTextChunk("Description", text);
|
||||
pngFile.WriteChunk(chunk);
|
||||
|
||||
DeleteTextMetadata(path, true);
|
||||
|
||||
return true;
|
||||
return pngFile.WriteChunk(chunk);;
|
||||
}
|
||||
|
||||
public static ScreenshotMetadata ParseVRCImage(string xmlString)
|
||||
|
||||
Reference in New Issue
Block a user