Add setting category to network rating setting

This commit is contained in:
Daniel
2022-02-15 16:07:44 +01:00
parent d491e51127
commit 1b98dd9d39

View File

@@ -19,6 +19,7 @@ func registerConfig() error {
DefaultValue: false,
Annotations: config.Annotations{
config.DisplayOrderAnnotation: 514,
config.CategoryAnnotation: "User Interface",
},
}); err != nil {
return err