diff --git a/inspector.cpp b/inspector.cpp index e9eab11..64d6707 100644 --- a/inspector.cpp +++ b/inspector.cpp @@ -516,6 +516,7 @@ void DrawInspector() { if (item_color != "") { SetItemColor(item, item_color); } + bool x = ImGui::Checkbox("Enabled", &item->_enabled); } auto trimmed_range = item->trimmed_range();