|
@@ -20,8 +20,6 @@ import androidx.compose.material3.Text
|
|
|
import androidx.compose.material3.TextButton
|
|
|
import androidx.compose.runtime.Composable
|
|
|
import androidx.compose.runtime.LaunchedEffect
|
|
|
-import androidx.compose.runtime.getValue
|
|
|
-import androidx.compose.runtime.setValue
|
|
|
import androidx.compose.ui.Modifier
|
|
|
import androidx.compose.ui.input.nestedscroll.NestedScrollConnection
|
|
|
import androidx.compose.ui.input.nestedscroll.nestedScroll
|
|
@@ -218,7 +216,7 @@ fun SourceOptionsDialog(
|
|
|
) {
|
|
|
AlertDialog(
|
|
|
title = {
|
|
|
- Text(text = source.nameWithLanguage)
|
|
|
+ Text(text = source.visualName)
|
|
|
},
|
|
|
text = {
|
|
|
Column {
|