mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed display of popup selector for top peers in replies history.
This commit is contained in:
@@ -4791,7 +4791,11 @@ ClickHandlerPtr Message::prepareRightActionLink() const {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
const auto navigates = data()->externalReply()
|
||||||
|
|| (savedFromPeer && savedFromMsgId);
|
||||||
|
if (!navigates) {
|
||||||
result->setProperty(kFastShareProperty, QVariant::fromValue(true));
|
result->setProperty(kFastShareProperty, QVariant::fromValue(true));
|
||||||
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user