removed lightfinder on check
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user