mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Fix proxies list box.
This commit is contained in:
parent
06c9e55c26
commit
4b1e9e3b9d
1 changed files with 1 additions and 1 deletions
|
@ -693,8 +693,8 @@ void ProxiesBox::applyView(View &&view) {
|
||||||
setupButtons(id, i->second.get());
|
setupButtons(id, i->second.get());
|
||||||
if (_noRows) {
|
if (_noRows) {
|
||||||
_noRows.reset();
|
_noRows.reset();
|
||||||
wrap->resizeToWidth(width());
|
|
||||||
}
|
}
|
||||||
|
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