[GUI] Add tree view for dump

This commit is contained in:
VaDiM
2025-01-12 23:10:16 +03:00
parent b7d21e5bd8
commit 58917ab7dc
9 changed files with 417 additions and 92 deletions

View File

@ -430,5 +430,17 @@ namespace AssetStudioGUI.Properties {
this["l2dAssetSearchByFilename"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool useDumpTreeView {
get {
return ((bool)(this["useDumpTreeView"]));
}
set {
this["useDumpTreeView"] = value;
}
}
}
}