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