|
@@ -67,7 +67,7 @@ fun ServerListTV(navHostController: NavHostController) {
|
|
|
.padding(bottom = 0.dp)
|
|
|
|
|
|
) {
|
|
|
- HeaderRowSL(navHostController = navHostController, title = context.getString(R.string.locations))
|
|
|
+ HeaderRowSL(navHostController = navHostController, title = context.getString(R.string.locations_cap))
|
|
|
|
|
|
TextField(
|
|
|
value = textChanged,
|
|
@@ -157,10 +157,6 @@ fun ServerListTV(navHostController: NavHostController) {
|
|
|
.verticalScroll(rememberScrollState())
|
|
|
.background(Color.Transparent)
|
|
|
) {
|
|
|
- Log.d("test_serverlist_tv","${isLocationsEnabled.value} ${isDedicatedIpEnabled.value}" +
|
|
|
- " ${isStreamingEnabled.value}" +
|
|
|
- " ${isDvpnEnabled.value} ${isP2pEnabled.value}")
|
|
|
-
|
|
|
val topPadding = 25.dp
|
|
|
if (isLocationsEnabled.value) {
|
|
|
Text(
|