Fix adding first proxy to the list.

Fixes #7458.
This commit is contained in:
John Preston 2020-03-29 13:05:32 +04:00
parent 0b13ee7f7d
commit dba5c75ef1
1 changed files with 4 additions and 1 deletions

View File

@ -691,7 +691,10 @@ void ProxiesBox::applyView(View &&view) {
wrap,
std::move(view))));
setupButtons(id, i->second.get());
_noRows.reset();
if (_noRows) {
_noRows.reset();
wrap->resizeToWidth(width());
}
} else if (view.host.isEmpty()) {
_rows.erase(i);
} else {