diff --git a/client/dcwebui.js b/client/dcwebui.js index 2dbeee4..6b67506 100644 --- a/client/dcwebui.js +++ b/client/dcwebui.js @@ -340,6 +340,9 @@ var userlist = { if (props.ClientTag.length > 0) { prop_str.push(props.ClientTag + " " + props.ClientVersion); } + if (props.IPAddress.length > 0) { + prop_str.push(props.IPAddress); + } prop_str.push("Sharing " + fmtBytes(props.ShareSize)); for (var i = 0; i < $el.length; ++i) {