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

Version 1.5.12: Fix manual loading GIFs to cache.

This commit is contained in:
John Preston
2019-02-09 18:00:48 +03:00
parent f9e1513491
commit d3159d86da
2 changed files with 3 additions and 3 deletions

View File

@@ -383,7 +383,7 @@ void DocumentOpenClickHandler::Open(
QString filename;
if (!data->saveToCache()
|| (location.isEmpty() || (!data->data().isEmpty()))) {
|| (location.isEmpty() && (!data->data().isEmpty()))) {
filename = documentSaveFilename(data);
if (filename.isEmpty()) return;
}