mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
Fix Windows notifications
This commit is contained in:
parent
f71ee66532
commit
17a0c8f721
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue