2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Various fixes.

Copy inline keyboard when forwarding messages with a game.
Don't show "Deleted Message" in service message with scores.
Improved tiny web page previews. Ignore right button in emoji panel.
This commit is contained in:
John Preston
2016-10-07 10:58:34 +03:00
parent 16ce28f4d2
commit eb47b9468c
9 changed files with 104 additions and 38 deletions

View File

@@ -31,6 +31,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "mainwidget.h"
#include "mainwindow.h"
#include "lang.h"
#include "application.h"
#include "playerwidget.h"
#include "apiwrap.h"
@@ -1078,6 +1079,9 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version) {
if (!_checkStreamStatus(stream)) return false;
cSetAutoUpdate(v == 1);
if (!cAutoUpdate()) {
Sandbox::stopUpdate();
}
} break;
case dbiLastUpdateCheck: {