Rename "opaque background" to "solid background" (#40)
This commit is contained in:
parent
807623d04a
commit
548f487ea2
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user