mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
parent
0b13ee7f7d
commit
dba5c75ef1
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue