feat #3436 - add current IP address' to the settings > network panel. (#3537)

This commit is contained in:
Dane Evans 2025-10-30 16:54:07 +11:00 committed by GitHub
parent 54104b00ed
commit 7497ef71c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 69 additions and 0 deletions

View file

@ -207,6 +207,9 @@
<string name="ip_port">Port:</string>
<string name="connected">Connected</string>
<string name="connected_to">Connected to radio (%s)</string>
<string name="connection_status">Current connections:</string>
<string name="wifi_ip">Wifi IP:</string>
<string name="ethernet_ip">Ethernet IP:</string>
<string name="not_connected">Not connected</string>
<string name="connected_sleeping">Connected to radio, but it is sleeping</string>
<string name="app_too_old">Application update required</string>