Changed it to so debug shows while in debug mode.

This commit is contained in:
CakeAndBanana
2025-09-29 18:37:02 +02:00
parent c6f8d6843e
commit 7b415b4e47

View File

@@ -309,7 +309,7 @@ namespace LightlessSync.UI
ImGui.EndTabItem(); ImGui.EndTabItem();
} }
#if DEBUG
if (ImGui.BeginTabItem("Debug")) if (ImGui.BeginTabItem("Debug"))
{ {
ImGui.Text("Broadcast Cache"); ImGui.Text("Broadcast Cache");
@@ -365,7 +365,7 @@ namespace LightlessSync.UI
ImGui.EndTable(); ImGui.EndTable();
} }
#endif
ImGui.EndTabItem(); ImGui.EndTabItem();
} }