mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 10:17:10 +00:00
Hide "Use for calls" in Socks5 while not supported.
This commit is contained in:
parent
428e059895
commit
c939eda7bb
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user