mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
Add option to disable asset loading via typetree
This commit is contained in:
@ -2281,6 +2281,11 @@ namespace AssetStudioGUI
|
||||
assetsManager.ZstdEnabled = customCompressionZstdToolStripMenuItem.Checked;
|
||||
}
|
||||
|
||||
private void disableAssetLoadingViaTypetreeToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
assetsManager.LoadingViaTypeTreeEnabled = !disableAssetLoadingViaTypetreeToolStripMenuItem.Checked;
|
||||
}
|
||||
|
||||
#region FMOD
|
||||
private void FMODinit()
|
||||
{
|
||||
|
Reference in New Issue
Block a user