2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Enable third column info by default.

This commit is contained in:
John Preston
2017-09-20 10:09:58 +03:00
parent 1a4d326abb
commit b7077eb71d

View File

@@ -171,13 +171,13 @@ private:
bool lastSeenWarningSeen = false;
ChatHelpers::SelectorTab selectorTab;
bool tabbedSelectorSectionEnabled = true;
bool tabbedSelectorSectionEnabled = false;
int tabbedSelectorSectionTooltipShown = 0;
QMap<QString, QString> soundOverrides;
Window::Column floatPlayerColumn;
RectPart floatPlayerCorner;
base::flat_set<PeerId> groupStickersSectionHidden;
bool thirdSectionInfoEnabled = false;
bool thirdSectionInfoEnabled = true;
bool smallDialogsList = false;
};