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

merged with master

This commit is contained in:
John Preston
2016-02-21 20:01:37 +03:00
27 changed files with 147 additions and 57 deletions

View File

@@ -351,7 +351,9 @@ namespace Sandbox {
struct GlobalDataStruct {
uint64 LaunchId = 0;
Adaptive::Layout AdaptiveLayout = Adaptive::NormalLayout;
bool AdaptiveForWide = true;
// config
int32 ChatSizeMax = 200;
@@ -390,7 +392,9 @@ namespace Global {
}
DefineReadOnlyVar(Global, uint64, LaunchId);
DefineVar(Global, Adaptive::Layout, AdaptiveLayout);
DefineVar(Global, bool, AdaptiveForWide);
// config
DefineVar(Global, int32, ChatSizeMax);