mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Remove uneeded line
This commit is contained in:
parent
c7d4cc7171
commit
53c17bef48
1 changed files with 0 additions and 1 deletions
|
|
@ -736,7 +736,6 @@ namespace Penumbra.UI
|
||||||
}
|
}
|
||||||
if(_selectedMod.Mod.Meta.Groups.Count >=1) {
|
if(_selectedMod.Mod.Meta.Groups.Count >=1) {
|
||||||
if(ImGui.BeginTabItem( "Configuration" )) {
|
if(ImGui.BeginTabItem( "Configuration" )) {
|
||||||
ImGui.SetNextItemWidth(-1);
|
|
||||||
DrawGroupSelectors();
|
DrawGroupSelectors();
|
||||||
ImGui.EndTabItem();
|
ImGui.EndTabItem();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue