mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
0.7.19 version with passcode lock option
This commit is contained in:
@@ -20,6 +20,8 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
|
||||
#include "settings.h"
|
||||
#include "lang.h"
|
||||
|
||||
mtpDcOptions gDcOptions;
|
||||
|
||||
bool gTestMode = false;
|
||||
bool gDebug = false;
|
||||
bool gManyInstance = false;
|
||||
@@ -76,6 +78,9 @@ bool gCompressPastedImage = true;
|
||||
|
||||
QString gTimeFormat = qsl("hh:mm");
|
||||
|
||||
int32 gAutoLock = 3600;
|
||||
bool gHasPasscode = false;
|
||||
|
||||
DBIEmojiTab gEmojiTab = dbietRecent;
|
||||
RecentEmojiPack gRecentEmojis;
|
||||
RecentEmojiPreload gRecentEmojisPreload;
|
||||
|
Reference in New Issue
Block a user