removed lightfinder on check

This commit is contained in:
choco
2025-10-28 00:57:49 +01:00
parent 437731749f
commit cabc4ec0fe

View File

@@ -114,11 +114,6 @@ internal class ContextMenuService : IHostedService
if (!_configService.Current.EnableRightClickMenus)
return;
//Check if lightfinder is on.
if (!_configService.Current.BroadcastEnabled)
return;
args.AddMenuItem(new MenuItem
{
Name = "Send Direct Pair Request",