mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Reenable model IO for testing.
This commit is contained in:
parent
a1a880a0f4
commit
76c0264cbe
1 changed files with 1 additions and 3 deletions
|
|
@ -97,9 +97,7 @@ public partial class ModEditWindow
|
|||
|
||||
private void DrawImportExport(MdlTab tab, bool disabled)
|
||||
{
|
||||
// TODO: Enable when functional.
|
||||
using var dawntrailDisabled = ImRaii.Disabled();
|
||||
if (!ImGui.CollapsingHeader("Import / Export (currently disabled due to Dawntrail format changes)") || true)
|
||||
if (!ImGui.CollapsingHeader("Import / Export"))
|
||||
return;
|
||||
|
||||
var childSize = new Vector2((ImGui.GetContentRegionAvail().X - ImGui.GetStyle().ItemSpacing.X) / 2, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue