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