diff --git a/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs b/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs index f969ab2..fe4fbb8 100644 --- a/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs +++ b/CustomizePlus/UI/Windows/MainWindow/Tabs/Profiles/ProfilePanel.cs @@ -142,9 +142,15 @@ public class ProfilePanel return; DrawEnabledSetting(); + + ImGui.Separator(); + using (var disabled = ImRaii.Disabled(_selector.Selected?.IsWriteProtected ?? true)) { DrawBasicSettings(); + + ImGui.Separator(); + DrawTemplateArea(); } }