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

Fix inline result previews.

This commit is contained in:
John Preston
2019-10-07 12:19:04 +03:00
parent de230332b9
commit 60b39c8f7e
5 changed files with 24 additions and 25 deletions

View File

@@ -272,9 +272,9 @@ bool Result::onChoose(Layout::ItemBase *layout) {
} else if (_document->loading()) {
_document->cancel();
} else {
_document->save(
DocumentSaveClickHandler::Save(
Data::FileOriginSavedGifs(),
QString());
_document);
}
return false;
}