Add supporting text for app updates feature

Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
Alex Yong 2025-09-05 18:43:34 -04:00 committed by GitHub
parent d3cd1545b8
commit 6d33ff20b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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()
}
}
}