mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Add 'Use proxy for calls' option.
This commit is contained in:
@@ -245,6 +245,10 @@ bool ProxyData::valid() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ProxyData::supportsCalls() const {
|
||||
return (type == Type::Socks5);
|
||||
}
|
||||
|
||||
ProxyData::operator bool() const {
|
||||
return valid();
|
||||
}
|
||||
|
Reference in New Issue
Block a user