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

Simplified conditions for hiding hint for photo editor.

This commit is contained in:
23rd
2021-09-05 12:37:30 +03:00
committed by John Preston
parent 150dbef19f
commit ce7a3c354c
4 changed files with 21 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ public:
private:
static constexpr auto kDefaultSupportChatsLimitSlice = 7 * 24 * 60 * 60;
static constexpr auto kPhotoEditorHintMaxShowsCount = 10;
static constexpr auto kPhotoEditorHintMaxShowsCount = 5;
ChatHelpers::SelectorTab _selectorTab; // per-window
base::flat_set<PeerId> _groupStickersSectionHidden;