mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Open documents-in-web-previews in-app.
This commit is contained in:
parent
94ac9f93fa
commit
eaf30d58be
1 changed files with 5 additions and 1 deletions
|
@ -801,7 +801,11 @@ ClickHandlerPtr WebPage::replaceAttachLink(
|
||||||
if (!_attach->isReadyForOpen()
|
if (!_attach->isReadyForOpen()
|
||||||
|| (_siteName.isEmpty()
|
|| (_siteName.isEmpty()
|
||||||
&& _title.isEmpty()
|
&& _title.isEmpty()
|
||||||
&& _description.isEmpty())) {
|
&& _description.isEmpty())
|
||||||
|
|| (_data->document
|
||||||
|
&& !_data->document->isWallPaper()
|
||||||
|
&& !_data->document->isTheme())
|
||||||
|
|| !_data->collage.items.empty()) {
|
||||||
return link;
|
return link;
|
||||||
}
|
}
|
||||||
return _openl;
|
return _openl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue