mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +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();
|
||||
_modMergeTab.Draw();
|
||||
DrawDuplicatesTab();
|
||||
DrawMaterialReassignmentTab();
|
||||
DrawQuickImportTab();
|
||||
_modelTab.Draw();
|
||||
_materialTab.Draw();
|
||||
|
|
@ -192,6 +191,7 @@ public partial class ModEditWindow : Window, IDisposable, IUiService
|
|||
}
|
||||
|
||||
DrawMissingFilesTab();
|
||||
DrawMaterialReassignmentTab();
|
||||
}
|
||||
|
||||
/// <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