We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfb2f2 commit ba90b02Copy full SHA for ba90b02
1 file changed
SimpleDnsCrypt/Models/AvailableResolver.cs
@@ -17,7 +17,7 @@ public class AvailableResolver : PropertyChangedBase
17
private List<int> _ports;
18
19
[JsonIgnore]
20
- public string ToolTip => $"empty";
+ public string ToolTip => $"Ports: {string.Join(",", _ports.ToArray())}";
21
22
23
public bool IsInServerList
0 commit comments