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

fixed 0.8.12.dev version

This commit is contained in:
John Preston
2015-05-08 19:01:11 +03:00
parent 7d6bf487a7
commit 9761c5bb56
2 changed files with 18 additions and 2 deletions

View File

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