Migrate notifier from portmaster-ui to cmds/notifier, remove some duplicated code, move assets to assets/data and add a small go package in assets to allow embedding icons
This commit is contained in:
8
assets/icons.go
Normal file
8
assets/icons.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package assets
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed data/icons/pm_light_512.png
|
||||
var PNG []byte
|
||||
Reference in New Issue
Block a user