2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

added some additional logging for file downloadings

This commit is contained in:
John Preston
2016-03-17 21:03:08 +03:00
parent ddc802c0af
commit 47c7f76f2c
5 changed files with 74 additions and 9 deletions

View File

@@ -355,6 +355,8 @@ struct GlobalDataStruct {
Adaptive::Layout AdaptiveLayout = Adaptive::NormalLayout;
bool AdaptiveForWide = true;
int32 DebugLoggingFlags = 0;
// config
int32 ChatSizeMax = 200;
int32 MegagroupSizeMax = 1000;
@@ -398,6 +400,8 @@ namespace Global {
DefineVar(Global, Adaptive::Layout, AdaptiveLayout);
DefineVar(Global, bool, AdaptiveForWide);
DefineVar(Global, int32, DebugLoggingFlags);
// config
DefineVar(Global, int32, ChatSizeMax);
DefineVar(Global, int32, MegagroupSizeMax);