2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Some buttons and scroll bars style improvements.

Not showing notification texts when OS X is in screen locked state.
This commit is contained in:
John Preston
2016-07-07 19:15:34 +03:00
parent 1904a4f48a
commit db8922f53e
15 changed files with 70 additions and 18 deletions

View File

@@ -534,6 +534,8 @@ struct Data {
Dialogs::Mode DialogsMode = Dialogs::Mode::All;
bool ModerateModeEnabled = false;
bool ScreenIsLocked = false;
int32 DebugLoggingFlags = 0;
// config
@@ -600,6 +602,8 @@ DefineVar(Global, bool, DialogsModeEnabled);
DefineVar(Global, Dialogs::Mode, DialogsMode);
DefineVar(Global, bool, ModerateModeEnabled);
DefineVar(Global, bool, ScreenIsLocked);
DefineVar(Global, int32, DebugLoggingFlags);
// config