mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Disable model import/export for now.
This commit is contained in:
parent
a52a43bd86
commit
e44b450548
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@ public partial class ModEditWindow
|
|||
|
||||
private void DrawImportExport(MdlTab tab, bool disabled)
|
||||
{
|
||||
if (!ImGui.CollapsingHeader("Import / Export"))
|
||||
// TODO: Enable when functional.
|
||||
using var dawntrailDisabled = ImRaii.Disabled();
|
||||
if (!ImGui.CollapsingHeader("Import / Export (currently disabled due to Dawntrail format changes)") || true)
|
||||
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