2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

added IPv6 setting checkbox in Connection Type box in Settings, version 0.8.33.dev

This commit is contained in:
John Preston
2015-06-25 21:04:40 +03:00
parent 890352ef97
commit 2940561ee2
25 changed files with 405 additions and 189 deletions

View File

@@ -1670,7 +1670,7 @@ bool BotKeyboard::updateMarkup(HistoryItem *to) {
const ReplyMarkup::Commands &commands(markup.commands);
if (!commands.isEmpty()) {
int32 i = 0, l = qMin(commands.size(), 32);
int32 i = 0, l = qMin(commands.size(), 512);
_btns.reserve(l);
for (; i != l; ++i) {
const QList<QString> &row(commands.at(i));