mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Hide "Use for calls" in Socks5 while not supported.
This commit is contained in:
@@ -153,7 +153,7 @@ ProxyData::Status ProxyData::status() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool ProxyData::supportsCalls() const {
|
bool ProxyData::supportsCalls() const {
|
||||||
return (type == Type::Socks5);
|
return false;// (type == Type::Socks5);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ProxyData::tryCustomResolve() const {
|
bool ProxyData::tryCustomResolve() const {
|
||||||
|
Reference in New Issue
Block a user