From 9d850f8fa6ec8c6c69c6d4d6144b1de565a12bb2 Mon Sep 17 00:00:00 2001 From: azyges Date: Wed, 24 Sep 2025 06:57:01 +0900 Subject: [PATCH] quick fix --- LightlessSync/UI/BroadcastUI.cs | 2 +- LightlessSync/UI/CompactUI.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LightlessSync/UI/BroadcastUI.cs b/LightlessSync/UI/BroadcastUI.cs index 7d60e58..7799601 100644 --- a/LightlessSync/UI/BroadcastUI.cs +++ b/LightlessSync/UI/BroadcastUI.cs @@ -154,7 +154,7 @@ namespace LightlessSync.UI ImGuiHelpers.ScaledDummy(0.2f); _uiSharedService.ColoredSeparator(UIColors.Get("LightlessPurple"), 2f); - if (_broadcastService.IsBroadcasting) + if (_configService.Current.BroadcastEnabled) { ImGui.PushStyleColor(ImGuiCol.Text, UIColors.Get("LightlessGreen")); ImGui.Text("The Lightfinder calls, and somewhere, a soul may answer."); // cringe.. diff --git a/LightlessSync/UI/CompactUI.cs b/LightlessSync/UI/CompactUI.cs index 1d2105a..cd920b8 100644 --- a/LightlessSync/UI/CompactUI.cs +++ b/LightlessSync/UI/CompactUI.cs @@ -169,7 +169,7 @@ public class CompactUi : WindowMediatorSubscriberBase ImGuiHelpers.ScaledDummy(0.2f); _uiSharedService.ColoredSeparator(UIColors.Get("LightlessPurple"), 2f); - if (_broadcastService.IsBroadcasting) + if (_configService.Current.BroadcastEnabled) { ImGui.PushStyleColor(ImGuiCol.Text, UIColors.Get("LightlessGreen")); ImGui.Text("The Lightfinder calls, and somewhere, a soul may answer."); // cringe..