mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Version 1.1.22: Faved stickers limit is 5 right now.
This commit is contained in:
parent
710f9d049f
commit
917be105ac
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ struct Data {
|
|||
int32 SavedGifsLimit = 200;
|
||||
int32 EditTimeLimit = 172800;
|
||||
int32 StickersRecentLimit = 30;
|
||||
int32 StickersFavedLimit = 30; // TODO
|
||||
int32 StickersFavedLimit = 5;
|
||||
int32 PinnedDialogsCountMax = 5;
|
||||
QString InternalLinksDomain = qsl("https://t.me/");
|
||||
int32 CallReceiveTimeoutMs = 20000;
|
||||
|
|
Loading…
Add table
Reference in a new issue