mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 03:42:56 +00:00
Merge tag 'v7.0.4' into dev
This commit is contained in:
@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#include "settings.h"
|
||||
|
||||
#include "core/version.h"
|
||||
#include "ui/emoji_config.h"
|
||||
|
||||
Qt::LayoutDirection gLangDir = Qt::LeftToRight;
|
||||
@@ -38,6 +39,7 @@ int32 gLastUpdateCheck = 0;
|
||||
bool gNoStartUpdate = false;
|
||||
bool gStartToSettings = false;
|
||||
bool gDebugMode = false;
|
||||
bool gTestAgent = false;
|
||||
|
||||
uint32 gConnectionsInSession = 1;
|
||||
|
||||
@@ -50,8 +52,6 @@ RecentStickerPack gRecentStickers;
|
||||
|
||||
RecentHashtagPack gRecentWriteHashtags, gRecentSearchHashtags;
|
||||
|
||||
RecentInlineBots gRecentInlineBots;
|
||||
|
||||
bool gPasswordRecovered = false;
|
||||
int32 gPasscodeBadTries = 0;
|
||||
crl::time gPasscodeLastTry = 0;
|
||||
|
||||
Reference in New Issue
Block a user