mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
fixed 0.8.12.dev version
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user