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

Fix video messages playback on Retina.

This commit is contained in:
John Preston
2019-03-28 12:51:08 +04:00
parent d3bf489bea
commit 3cd9d4b5ec
3 changed files with 23 additions and 29 deletions

View File

@@ -419,8 +419,6 @@ struct Data {
crl::time LastFeaturedStickersUpdate = 0;
Stickers::Order ArchivedStickerSetsOrder;
CircleMasksMap CircleMasks;
bool AskDownloadPath = false;
QString DownloadPath;
QByteArray DownloadPathBookmark;
@@ -553,8 +551,6 @@ DefineRefVar(Global, base::Observable<void>, FeaturedStickerSetsUnreadCountChang
DefineVar(Global, crl::time, LastFeaturedStickersUpdate);
DefineVar(Global, Stickers::Order, ArchivedStickerSetsOrder);
DefineRefVar(Global, CircleMasksMap, CircleMasks);
DefineVar(Global, bool, AskDownloadPath);
DefineVar(Global, QString, DownloadPath);
DefineVar(Global, QByteArray, DownloadPathBookmark);