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

Fix sending of saved GIFs.

This commit is contained in:
John Preston
2019-03-11 09:45:06 +04:00
parent a886c598c1
commit b0ff443eac
3 changed files with 5 additions and 9 deletions

View File

@@ -265,11 +265,9 @@ bool Result::onChoose(Layout::ItemBase *layout) {
} else if (_document->loading()) {
_document->cancel();
} else {
DocumentOpenClickHandler::Open(
_document->save(
Data::FileOriginSavedGifs(),
_document,
nullptr,
ActionOnLoadNone);
QString());
}
return false;
}