Remove uneeded line

This commit is contained in:
Minizbot2012 2021-01-16 13:16:19 -05:00
parent c7d4cc7171
commit 53c17bef48

View file

@ -736,7 +736,6 @@ namespace Penumbra.UI
}
if(_selectedMod.Mod.Meta.Groups.Count >=1) {
if(ImGui.BeginTabItem( "Configuration" )) {
ImGui.SetNextItemWidth(-1);
DrawGroupSelectors();
ImGui.EndTabItem();
}