don't pad nutexb files by default (#510)

This commit is contained in:
SMG 2022-09-03 13:15:26 -05:00 committed by GitHub
parent 9ca9703a23
commit efba60893a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ namespace Toolbox.Library
public class NUTEXBSettings
{
public static bool LimitFileSize = false;
public static bool PadFileSize = true;
public static bool PadFileSize = false;
}
public class MessageEditor