mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Change profiles metadata database key to avoid issues
This commit is contained in:
parent
76ab712721
commit
489c21ab5a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ func EnsureProfilesMetadata(r record.Record) (*ProfilesMetadata, error) {
|
|||
}
|
||||
|
||||
var (
|
||||
profilesMetadataKey = ProfilesDBPath + "meta"
|
||||
profilesMetadataKey = "core:profile-states"
|
||||
|
||||
meta *ProfilesMetadata
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue