Added flag on lightfinder plates, i thought i added this?

This commit is contained in:
cake
2026-01-22 02:34:08 +01:00
parent e00f80d7bd
commit 5846e55027

View File

@@ -68,7 +68,8 @@ public unsafe class LightFinderPlateHandler : IHostedService, IMediatorSubscribe
ImGuiWindowFlags.NoMove |
ImGuiWindowFlags.NoSavedSettings |
ImGuiWindowFlags.NoNav |
ImGuiWindowFlags.NoInputs;
ImGuiWindowFlags.NoInputs |
ImGuiWindowFlags.NoFocusOnAppearing;
private readonly List<RectF> _uiRects = new(128);
private ImmutableHashSet<string> _activeBroadcastingCids = [];