fix: udp toggle display logic (#1728)

pull/1729/head
James Rich 2025-03-27 20:40:25 -05:00 zatwierdzone przez GitHub
rodzic 690e05affc
commit b20fb93e8f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -277,7 +277,7 @@ fun NetworkConfigItemList(
})
}
item { Divider() }
if (hasEthernet && hasWifi) {
if (hasEthernet || hasWifi) {
item {
PreferenceCategory(text = stringResource(R.string.udp_config))
}