Rename "opaque background" to "solid background" (#40)

This commit is contained in:
timklge 2025-06-02 20:03:02 +02:00 committed by GitHub
parent 807623d04a
commit 548f487ea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -494,7 +494,7 @@ fun MainScreen(onFinish: () -> Unit) {
coroutineScope.launch { updateSettings() }
})
Spacer(modifier = Modifier.width(10.dp))
Text("Opaque background")
Text("Solid background")
}
Row(verticalAlignment = Alignment.CenterVertically) {