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();
DrawMdlCleanup();
// TODO enable when this works
//ImGui.Separator();
ImGui.Separator();
//DrawMtrlMigration();
//DrawMtrlRestore();
//DrawMtrlCleanup();
DrawMtrlRestore();
DrawMtrlCleanup();
}
private void DrawSettings()