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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user