Add Apply Mod Associations button to design header.

This commit is contained in:
Ottermandias 2023-09-29 03:17:43 +02:00
parent a0396ec0e0
commit 5ca0aa403c
2 changed files with 16 additions and 2 deletions

View file

@ -387,6 +387,8 @@ public class DesignPanel
ImGui.SameLine();
DrawApplyToTarget();
ImGui.SameLine();
_modAssociations.DrawApplyButton();
ImGui.SameLine();
DrawSaveToDat();
}