Separators

This commit is contained in:
RisaDev
2024-10-07 02:05:39 +03:00
parent 57edb49ff2
commit d088550574

View File

@@ -142,9 +142,15 @@ public class ProfilePanel
return;
DrawEnabledSetting();
ImGui.Separator();
using (var disabled = ImRaii.Disabled(_selector.Selected?.IsWriteProtected ?? true))
{
DrawBasicSettings();
ImGui.Separator();
DrawTemplateArea();
}
}