moderators will love this one
This commit is contained in:
@@ -301,6 +301,14 @@ namespace LightlessSync.UI
|
|||||||
bool ShellFinderEnabled = _configService.Current.SyncshellFinderEnabled;
|
bool ShellFinderEnabled = _configService.Current.SyncshellFinderEnabled;
|
||||||
bool isBroadcasting = _broadcastService.IsBroadcasting;
|
bool isBroadcasting = _broadcastService.IsBroadcasting;
|
||||||
|
|
||||||
|
if (isBroadcasting)
|
||||||
|
{
|
||||||
|
var warningColor = UIColors.Get("LightlessYellow");
|
||||||
|
_uiSharedService.DrawNoteLine("! ", warningColor,
|
||||||
|
new SeStringUtils.RichTextEntry("Syncshell Finder can only be changed while Lightfinder is disabled.", warningColor));
|
||||||
|
ImGuiHelpers.ScaledDummy(0.2f);
|
||||||
|
}
|
||||||
|
|
||||||
if (isBroadcasting)
|
if (isBroadcasting)
|
||||||
ImGui.BeginDisabled();
|
ImGui.BeginDisabled();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user