Skip to content

Commit

Permalink
Fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeans committed Mar 4, 2018
1 parent 6dfb2f2 commit ba90b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleDnsCrypt/Models/AvailableResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class AvailableResolver : PropertyChangedBase
private List<int> _ports;

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

[JsonIgnore]
public bool IsInServerList
Expand Down

0 comments on commit ba90b02

Please sign in to comment.