Add supporting text for app updates feature
Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
parent
d3cd1545b8
commit
6d33ff20b3
|
|
@ -306,7 +306,7 @@ fun SettingsScreen(
|
|||
},
|
||||
supportingContent = {
|
||||
Column {
|
||||
|
||||
Text(text = "Toggle on to automatically check for new releases")
|
||||
viewModel.manualCheckResult?.let { result ->
|
||||
Text(
|
||||
text = result,
|
||||
|
|
@ -555,4 +555,4 @@ fun SettingsIcon(danger: Boolean = false, content: @Composable () -> Unit) {
|
|||
) {
|
||||
content()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue