mirror of https://github.com/procxx/kepka.git
parent
0b13ee7f7d
commit
dba5c75ef1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue