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; bool lastSeenWarningSeen = false;
ChatHelpers::SelectorTab selectorTab; ChatHelpers::SelectorTab selectorTab;
bool tabbedSelectorSectionEnabled = true; bool tabbedSelectorSectionEnabled = false;
int tabbedSelectorSectionTooltipShown = 0; int tabbedSelectorSectionTooltipShown = 0;
QMap<QString, QString> soundOverrides; QMap<QString, QString> soundOverrides;
Window::Column floatPlayerColumn; Window::Column floatPlayerColumn;
RectPart floatPlayerCorner; RectPart floatPlayerCorner;
base::flat_set<PeerId> groupStickersSectionHidden; base::flat_set<PeerId> groupStickersSectionHidden;
bool thirdSectionInfoEnabled = false; bool thirdSectionInfoEnabled = true;
bool smallDialogsList = false; bool smallDialogsList = false;
}; };