1.12.X - LightFinder + Bugfixes + Other fixes from 1.11.X #39

Merged
defnotken merged 85 commits from 1.12.0 into master 2025-10-05 05:48:32 +00:00
Showing only changes of commit 7b415b4e47 - Show all commits

View File

@@ -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();
}