2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

clearing media autodownload settings on logout, fixed history clearing

This commit is contained in:
John Preston
2016-02-15 14:11:07 +03:00
parent 01c26cedb1
commit 517358c8e9
2 changed files with 4 additions and 1 deletions

View File

@@ -1842,6 +1842,9 @@ namespace App {
cSetSavedGifs(SavedGifs());
cSetLastSavedGifsUpdate(0);
cSetReportSpamStatuses(ReportSpamStatuses());
cSetAutoDownloadPhoto(0);
cSetAutoDownloadAudio(0);
cSetAutoDownloadGif(0);
::photoItems.clear();
::documentItems.clear();
::webPageItems.clear();