diff --git a/app/src/main/kotlin/de/timklge/karoopowerbar/screens/MainScreen.kt b/app/src/main/kotlin/de/timklge/karoopowerbar/screens/MainScreen.kt index 1b0c18b..a48e5b1 100644 --- a/app/src/main/kotlin/de/timklge/karoopowerbar/screens/MainScreen.kt +++ b/app/src/main/kotlin/de/timklge/karoopowerbar/screens/MainScreen.kt @@ -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) {