Launch tray icon when Windows service updates

This commit is contained in:
flightlevel
2018-06-27 22:02:51 +10:00
parent b95fbd76a7
commit 47a84775c5
4 changed files with 40 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ namespace Jackett.Common.Services
public class TrayLockService : ITrayLockService
{
private readonly string EVENT_HANDLE_NAME = "JACKETT.TRAY";
private readonly string EVENT_HANDLE_NAME = @"Global\JACKETT.TRAY";
private EventWaitHandle GetEventHandle()
{