From f70c2adbdd57508b8b252e5ba3c7a5fd78231f7e Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 30 Dec 2021 13:37:17 +0300 Subject: [PATCH] Fix menu icons in proxy settings. --- Telegram/SourceFiles/boxes/connection_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/connection_box.cpp b/Telegram/SourceFiles/boxes/connection_box.cpp index 0ca711489..01a88c933 100644 --- a/Telegram/SourceFiles/boxes/connection_box.cpp +++ b/Telegram/SourceFiles/boxes/connection_box.cpp @@ -522,7 +522,7 @@ void ProxyRow::showMenu() { const QString &text, Fn callback, const style::icon *icon) { - return _menu->addAction(text, std::move(callback)); + return _menu->addAction(text, std::move(callback), icon); }; addAction(tr::lng_proxy_menu_edit(tr::now), [=] { _editClicks.fire({});