add discovery timeout setting (#1304)

This commit is contained in:
o2e
2024-05-02 23:24:46 +08:00
committed by GitHub
parent 60cd399fa6
commit a0a376adf7
13 changed files with 69 additions and 6 deletions
+1
View File
@@ -606,6 +606,7 @@ class _StringsSettingsTabNetworkEn {
String get deviceType => 'Device type';
String get deviceModel => 'Device model';
String get port => 'Port';
String get discoveryTimeout => 'Discovery Timeout';
String portWarning({required Object defaultPort}) => 'You might not be detected by other devices because you are using a custom port. (default: ${defaultPort})';
String get encryption => 'Encryption';
String get multicastGroup => 'Multicast';