Wrap no GC option in disabled block
This commit is contained in:
parent
0666d785df
commit
5e8b501b53
@ -157,8 +157,10 @@ internal sealed class ConfigWindow : Window
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
ImGui.BeginDisabled();
|
||||||
int currentItem = 0;
|
int currentItem = 0;
|
||||||
ImGui.Combo("Add Item", ref currentItem, new[] { "(Not part of a GC)" }, 1);
|
ImGui.Combo("Add Item", ref currentItem, new[] { "(Not part of a GC)" }, 1);
|
||||||
|
ImGui.EndDisabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.EndTabItem();
|
ImGui.EndTabItem();
|
||||||
|
Loading…
Reference in New Issue
Block a user