parent
6e5b27bdfe
commit
1b0a6bdf49
@ -33,7 +33,7 @@ fun TagsSettingsScreen() {
|
|||||||
val tags by remember { viewModel.tags }.collectAsState(emptyList())
|
val tags by remember { viewModel.tags }.collectAsState(emptyList())
|
||||||
|
|
||||||
PreferenceScreen(
|
PreferenceScreen(
|
||||||
title = "Tags",
|
title = stringResource(R.string.preference_screen_tags),
|
||||||
floatingActionButton = {
|
floatingActionButton = {
|
||||||
FloatingActionButton(onClick = { viewModel.createTag.value = true }) {
|
FloatingActionButton(onClick = { viewModel.createTag.value = true }) {
|
||||||
Icon(Icons.Rounded.Add, null)
|
Icon(Icons.Rounded.Add, null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user