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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user