mirror of
https://github.com/safing/portmaster
synced 2025-09-04 11:39:29 +00:00
Fix annotation name
This commit is contained in:
parent
e0aad2962c
commit
4864f4e40f
1 changed files with 7 additions and 7 deletions
|
@ -258,7 +258,7 @@ In order to reduce noise optimize performance, internal and device-only (localho
|
|||
Annotations: config.Annotations{
|
||||
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
||||
config.CategoryAnnotation: "General",
|
||||
config.RequiresFeatureID: account.FeatureHistory,
|
||||
config.RequiresFeatureIDAnnotation: account.FeatureHistory,
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
@ -283,7 +283,7 @@ Set to 0 days to keep network history forever. Depending on your device, this mi
|
|||
config.UnitAnnotation: "Days",
|
||||
config.DisplayOrderAnnotation: cfgOptionKeepHistoryOrder,
|
||||
config.CategoryAnnotation: "General",
|
||||
config.RequiresFeatureID: account.FeatureHistory,
|
||||
config.RequiresFeatureIDAnnotation: account.FeatureHistory,
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue