mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Fix identifier in core update notification
This commit is contained in:
parent
ab7980d42c
commit
a06ca19056
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
"github.com/safing/portbase/notifications"
|
"github.com/safing/portbase/notifications"
|
||||||
)
|
)
|
||||||
|
|
||||||
const coreIdentifier = "core/portmaster"
|
const coreIdentifier = "core/portmaster-core"
|
||||||
|
|
||||||
var lastNotified time.Time
|
var lastNotified time.Time
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue