Skip to content

Commit ba90b02

Browse files
committed
Fix tooltip
1 parent 6dfb2f2 commit ba90b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SimpleDnsCrypt/Models/AvailableResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class AvailableResolver : PropertyChangedBase
1717
private List<int> _ports;
1818

1919
[JsonIgnore]
20-
public string ToolTip => $"empty";
20+
public string ToolTip => $"Ports: {string.Join(",", _ports.ToArray())}";
2121

2222
[JsonIgnore]
2323
public bool IsInServerList

0 commit comments

Comments
 (0)