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