fixes
This commit is contained in:
parent
35f045f393
commit
4f6f5e6724
3 changed files with 5 additions and 4 deletions
|
@ -196,7 +196,7 @@ namespace {
|
|||
|
||||
content.push_back(separator() | color(ui::DEFAULT_THEME.border));
|
||||
|
||||
if (data.host)
|
||||
if (data.host && !data.host->empty())
|
||||
content.push_back(createRow(hostIcon, "Host", *data.host));
|
||||
else
|
||||
error_at(data.host.error());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue