mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +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,
|
wrap,
|
||||||
std::move(view))));
|
std::move(view))));
|
||||||
setupButtons(id, i->second.get());
|
setupButtons(id, i->second.get());
|
||||||
_noRows.reset();
|
if (_noRows) {
|
||||||
|
_noRows.reset();
|
||||||
|
wrap->resizeToWidth(width());
|
||||||
|
}
|
||||||
} else if (view.host.isEmpty()) {
|
} else if (view.host.isEmpty()) {
|
||||||
_rows.erase(i);
|
_rows.erase(i);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue