Add quick setting support

This commit is contained in:
Patrick Pacher
2020-10-27 15:20:04 +01:00
parent 997787e3f2
commit 9ea2162816
3 changed files with 64 additions and 8 deletions

View File

@@ -55,6 +55,10 @@ func registerConfig() error {
Annotations: config.Annotations{
config.DisplayOrderAnnotation: cfgOptionAskWithSystemNotificationsOrder,
config.CategoryAnnotation: "General",
config.RequiresAnnotation: config.ValueRequirement{
Key: core.CfgUseSystemNotificationsKey,
Value: true,
},
},
})
if err != nil {