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 = {
|
supportingContent = {
|
||||||
Column {
|
Column {
|
||||||
|
Text(text = "Toggle on to automatically check for new releases")
|
||||||
viewModel.manualCheckResult?.let { result ->
|
viewModel.manualCheckResult?.let { result ->
|
||||||
Text(
|
Text(
|
||||||
text = result,
|
text = result,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue