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