mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Update config annotation
This commit is contained in:
parent
dbffa8827b
commit
b7fd1fc76a
1 changed files with 3 additions and 3 deletions
|
@ -256,7 +256,7 @@ func registerConfiguration() error { //nolint:maintidx
|
|||
Annotations: config.Annotations{
|
||||
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
||||
config.CategoryAnnotation: "History",
|
||||
config.SettingRequiresFeaturePlan: account.FeatureHistory,
|
||||
config.RequiresFeatureID: account.FeatureHistory,
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue