some ui updates

This commit is contained in:
2025-09-30 11:17:55 +09:00
parent 9696ac60f1
commit e85b900754
4 changed files with 158 additions and 86 deletions

View File

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