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