Move Material Reassignment to the back (and shoot it)

This commit is contained in:
Ottermandias 2024-07-29 18:25:30 +02:00
parent ee801b637e
commit 7ceaeb826f

View file

@ -179,7 +179,6 @@ public partial class ModEditWindow : Window, IDisposable, IUiService
DrawSwapTab(); DrawSwapTab();
_modMergeTab.Draw(); _modMergeTab.Draw();
DrawDuplicatesTab(); DrawDuplicatesTab();
DrawMaterialReassignmentTab();
DrawQuickImportTab(); DrawQuickImportTab();
_modelTab.Draw(); _modelTab.Draw();
_materialTab.Draw(); _materialTab.Draw();
@ -192,6 +191,7 @@ public partial class ModEditWindow : Window, IDisposable, IUiService
} }
DrawMissingFilesTab(); DrawMissingFilesTab();
DrawMaterialReassignmentTab();
} }
/// <summary> A row of three buttonSizes and a help marker that can be used for material suffix changing. </summary> /// <summary> A row of three buttonSizes and a help marker that can be used for material suffix changing. </summary>