mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use separate click handler for OpenWith.
This commit is contained in:
@@ -702,7 +702,7 @@ void BackgroundPreviewBox::checkLoadedDocument() {
|
||||
const auto document = _paper.document();
|
||||
if (!_full.isNull()
|
||||
|| !document
|
||||
|| !document->loaded(DocumentData::FilePathResolveChecked)
|
||||
|| !document->loaded(DocumentData::FilePathResolve::Checked)
|
||||
|| _generating) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user