2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

stickers emoji tab done, local cache for stickers, recent stickers and voice messages

This commit is contained in:
John Preston
2015-01-02 17:55:24 +03:00
parent 59381b8ad2
commit 091bba0fc5
41 changed files with 5178 additions and 3470 deletions

View File

@@ -127,7 +127,7 @@ public slots:
void onCatsAndDogs();
void onLocalImagesClear();
void onLocalStorageClear();
void onUpdateChecking();
void onUpdateLatest();
@@ -145,6 +145,8 @@ public slots:
void onChangeLanguage();
void onSaveTestLang();
void onUpdateLocalStorage();
private:
void doneResetSessions(const MTPBool &res);
@@ -222,9 +224,10 @@ private:
FlatCheckbox _catsAndDogs;
// local storage
LinkButton _localImagesClear;
int32 _imagesClearingWidth, _imagesClearedWidth, _imagesClearFailedWidth;
TempDirClearState _imagesClearState;
LinkButton _localStorageClear;
int32 _localStorageHeight;
int32 _storageClearingWidth, _storageClearedWidth, _storageClearFailedWidth;
TempDirClearState _storageClearState;
// advanced
LinkButton _connectionType, _resetSessions;