Skip to content

Commit 9d15112

Browse files
committed
remove gd in window checkbox
1 parent 74759a3 commit 9d15112

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/pages/Settings.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ static float RAINBOW_HUE = 0.f;
1313

1414
void DevTools::drawSettings() {
1515
ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, { 1.f, 1.f });
16+
// TODO: fix this option as it hasnt worked in a while lol
17+
#if 0
1618
ImGui::Checkbox("GD in Window", &m_GDInWindow);
1719
if (ImGui::IsItemHovered()) {
1820
ImGui::SetTooltip("Show GD inside a window when DevTools are open");
1921
}
22+
#endif
2023
ImGui::Checkbox("Attributes in Tree", &m_attributesInTree);
2124
if (ImGui::IsItemHovered()) {
2225
ImGui::SetTooltip("Show node attributes in the Tree");

0 commit comments

Comments
 (0)