mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Show third column only when explicitly requested.
This allows you to show info in layer from mention links.
This commit is contained in:
@@ -87,6 +87,9 @@ void SpecialConfigRequest::dnsFinished() {
|
||||
if (!_dnsReply) {
|
||||
return;
|
||||
}
|
||||
if (_dnsReply->error() != QNetworkReply::NoError) {
|
||||
LOG(("Config Error: Failed to get dns response JSON, error: %1 (%2)").arg(_dnsReply->errorString()).arg(_dnsReply->error()));
|
||||
}
|
||||
auto result = _dnsReply->readAll();
|
||||
_dnsReply.release()->deleteLater();
|
||||
|
||||
|
Reference in New Issue
Block a user