mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
replaced snoretoast with wintoast
This commit is contained in:
parent
d185d64568
commit
d89d1c9dc8
2 changed files with 1 additions and 15 deletions
|
@ -1,14 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
func init() {
|
|
||||||
registerComponent([]Options{
|
|
||||||
{
|
|
||||||
Name: "Portmaster SnoreToast Notifier",
|
|
||||||
ShortIdentifier: "notifier-snoretoast", // would otherwise conflict with notifier.
|
|
||||||
Identifier: "notifier/portmaster-snoretoast",
|
|
||||||
AllowDownload: false,
|
|
||||||
AllowHidingWindow: true,
|
|
||||||
SuppressArgs: true,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
}
|
|
|
@ -57,7 +57,7 @@ func MandatoryUpdates() (identifiers []string) {
|
||||||
PlatformIdentifier("kext/portmaster-kext.pdb"),
|
PlatformIdentifier("kext/portmaster-kext.pdb"),
|
||||||
PlatformIdentifier("start/portmaster-start.exe"),
|
PlatformIdentifier("start/portmaster-start.exe"),
|
||||||
PlatformIdentifier("notifier/portmaster-notifier.exe"),
|
PlatformIdentifier("notifier/portmaster-notifier.exe"),
|
||||||
PlatformIdentifier("notifier/portmaster-snoretoast.exe"),
|
PlatformIdentifier("notifier/portmaster-wintoast.dll"),
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
identifiers = append(
|
identifiers = append(
|
||||||
|
|
Loading…
Add table
Reference in a new issue