replaced snoretoast with wintoast

This commit is contained in:
Vladimir
2022-09-16 07:35:41 -07:00
committed by Daniel Hovie
parent d185d64568
commit d89d1c9dc8
2 changed files with 1 additions and 15 deletions

View File

@@ -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,
},
})
}