mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Implement media cache management.
This commit is contained in:
@@ -570,7 +570,9 @@ void SetupLocalStorage(not_null<Ui::VerticalLayout*> container) {
|
||||
lng_settings_manage_local_storage,
|
||||
st::settingsButton
|
||||
)->addClickHandler([] {
|
||||
LocalStorageBox::Show(&Auth().data().cache());
|
||||
LocalStorageBox::Show(
|
||||
&Auth().data().cache(),
|
||||
&Auth().data().cacheBigFile());
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user