2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

version 0.8.12.dev with new emojis support

This commit is contained in:
John Preston
2015-05-08 17:44:07 +03:00
parent 62e85b1cf0
commit 6fda783fc1
21 changed files with 178 additions and 127 deletions

View File

@@ -20,8 +20,8 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
#include "settings.h"
#include "lang.h"
bool gRtl = false;
Qt::LayoutDirection gLangDir = Qt::LeftToRight;
bool gRtl = true;
Qt::LayoutDirection gLangDir = Qt::RightToLeft;
mtpDcOptions gDcOptions;