mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Move Material Reassignment to the back (and shoot it)
This commit is contained in:
parent
ee801b637e
commit
7ceaeb826f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue