forked from liza/Deliveroo
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
|
||||
{
|
||||
ImGui.BeginDisabled();
|
||||
int currentItem = 0;
|
||||
ImGui.Combo("Add Item", ref currentItem, new[] { "(Not part of a GC)" }, 1);
|
||||
ImGui.EndDisabled();
|
||||
}
|
||||
|
||||
ImGui.EndTabItem();
|
||||
|
Loading…
Reference in New Issue
Block a user