Add tags settings page help url

This commit is contained in:
MM20 2022-12-22 14:40:16 +01:00
parent 7d078c69d0
commit 61c3df635b
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -38,7 +38,8 @@ fun TagsSettingsScreen() {
FloatingActionButton(onClick = { viewModel.createTag.value = true }) {
Icon(Icons.Rounded.Add, null)
}
}
},
helpUrl = "https://kvaesitso.mm20.de/docs/user-guide/concepts/tags"
) {
item {
PreferenceCategory {