Changed it to so debug shows while in debug mode.
This commit is contained in:
@@ -309,7 +309,7 @@ namespace LightlessSync.UI
|
||||
|
||||
ImGui.EndTabItem();
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
if (ImGui.BeginTabItem("Debug"))
|
||||
{
|
||||
ImGui.Text("Broadcast Cache");
|
||||
@@ -365,7 +365,7 @@ namespace LightlessSync.UI
|
||||
|
||||
ImGui.EndTable();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
ImGui.EndTabItem();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user