removed lightfinder on check
This commit is contained in:
@@ -113,11 +113,6 @@ internal class ContextMenuService : IHostedService
|
|||||||
|
|
||||||
if (!_configService.Current.EnableRightClickMenus)
|
if (!_configService.Current.EnableRightClickMenus)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//Check if lightfinder is on.
|
|
||||||
if (!_configService.Current.BroadcastEnabled)
|
|
||||||
return;
|
|
||||||
|
|
||||||
|
|
||||||
args.AddMenuItem(new MenuItem
|
args.AddMenuItem(new MenuItem
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user