Add tags settings page help url
This commit is contained in:
parent
7d078c69d0
commit
61c3df635b
@ -38,7 +38,8 @@ fun TagsSettingsScreen() {
|
|||||||
FloatingActionButton(onClick = { viewModel.createTag.value = true }) {
|
FloatingActionButton(onClick = { viewModel.createTag.value = true }) {
|
||||||
Icon(Icons.Rounded.Add, null)
|
Icon(Icons.Rounded.Add, null)
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
helpUrl = "https://kvaesitso.mm20.de/docs/user-guide/concepts/tags"
|
||||||
) {
|
) {
|
||||||
item {
|
item {
|
||||||
PreferenceCategory {
|
PreferenceCategory {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user