We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74759a3 commit 9d15112Copy full SHA for 9d15112
1 file changed
src/pages/Settings.cpp
@@ -13,10 +13,13 @@ static float RAINBOW_HUE = 0.f;
13
14
void DevTools::drawSettings() {
15
ImGui::PushStyleVar(ImGuiStyleVar_FramePadding, { 1.f, 1.f });
16
+ // TODO: fix this option as it hasnt worked in a while lol
17
+#if 0
18
ImGui::Checkbox("GD in Window", &m_GDInWindow);
19
if (ImGui::IsItemHovered()) {
20
ImGui::SetTooltip("Show GD inside a window when DevTools are open");
21
}
22
+#endif
23
ImGui::Checkbox("Attributes in Tree", &m_attributesInTree);
24
25
ImGui::SetTooltip("Show node attributes in the Tree");
0 commit comments