2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Change default autodownload settings.

This commit is contained in:
John Preston
2018-12-26 09:45:37 +04:00
parent a0c6104fae
commit 71cf4a4885
3 changed files with 16 additions and 22 deletions

View File

@@ -43,8 +43,6 @@ void AutoDownloadBox::setupContent() {
using namespace rpl::mappers;
using Type = Data::AutoDownload::Type;
constexpr auto kLegacyLimit = 10 * 1024 * 1024;
setTitle(langFactory(lng_media_auto_title));
const auto settings = &Auth().settings().autoDownload();