2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Display proxies list in a box.

This commit is contained in:
John Preston
2018-04-28 13:27:43 +04:00
parent 900d1ddb36
commit 8bbea976ea
6 changed files with 522 additions and 2 deletions

View File

@@ -100,7 +100,8 @@ void ConnectingWidget::paintEvent(QPaintEvent *e) {
void ConnectingWidget::onReconnect() {
if (Global::UseProxy()) {
Ui::show(Box<ConnectionBox>());
//Ui::show(Box<ConnectionBox>());
Ui::show(ProxiesBoxController::CreateOwningBox());
} else {
MTP::restart();
}