fix: udp toggle display logic (#1728)

This commit is contained in:
James Rich
2025-03-27 20:40:25 -05:00
committed by GitHub
parent 690e05affc
commit b20fb93e8f

View File

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