diff --git a/firewall/interception/interception_windows.go b/firewall/interception/interception_windows.go index 89a859f8..4be0f1a0 100644 --- a/firewall/interception/interception_windows.go +++ b/firewall/interception/interception_windows.go @@ -70,7 +70,7 @@ func handleWindowsDNSCache() { func notifyDisableDNSCache() { (¬ifications.Notification{ - ID: "windows-disable-dns-cache", + EventID: "interception:windows-disable-dns-cache", Message: "The Portmaster needs the Windows Service \"DNS Client\" (dnscache) to be disabled for best effectiveness.", Type: notifications.Warning, }).Save() @@ -78,7 +78,7 @@ func notifyDisableDNSCache() { func notifyRebootRequired() { (¬ifications.Notification{ - ID: "windows-dnscache-reboot-required", + EventID: "interception:©windows-dnscache-reboot-required", Message: "Please restart your system to complete Portmaster integration.", Type: notifications.Warning, }).Save()