2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-22 02:07:24 +00:00

Hide "Use for calls" in Socks5 while not supported.

This commit is contained in:
John Preston 2025-08-12 16:35:15 +04:00
parent 428e059895
commit c939eda7bb

View File

@ -153,7 +153,7 @@ ProxyData::Status ProxyData::status() const {
}
bool ProxyData::supportsCalls() const {
return (type == Type::Socks5);
return false;// (type == Type::Socks5);
}
bool ProxyData::tryCustomResolve() const {