This commit is contained in:
Mars 2025-05-01 02:37:26 -04:00
parent 35f045f393
commit 4f6f5e6724
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
3 changed files with 5 additions and 4 deletions

View file

@ -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());