Enable Mtrl Restore and Cleanup again.

This commit is contained in:
Ottermandias 2024-07-17 01:35:56 +02:00
parent ad877e68e6
commit 4824a96ab0

View file

@ -23,10 +23,10 @@ public class MigrationSectionDrawer(MigrationManager migrationManager, Configura
DrawMdlRestore(); DrawMdlRestore();
DrawMdlCleanup(); DrawMdlCleanup();
// TODO enable when this works // TODO enable when this works
//ImGui.Separator(); ImGui.Separator();
//DrawMtrlMigration(); //DrawMtrlMigration();
//DrawMtrlRestore(); DrawMtrlRestore();
//DrawMtrlCleanup(); DrawMtrlCleanup();
} }
private void DrawSettings() private void DrawSettings()