mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Load and show image previews in pinned bar.
This commit is contained in:
@@ -205,6 +205,13 @@ Image *PhotoData::getReplyPreview(Data::FileOrigin origin) {
|
||||
return _replyPreview->image(origin);
|
||||
}
|
||||
|
||||
bool PhotoData::replyPreviewLoaded() const {
|
||||
if (!_replyPreview) {
|
||||
return false;
|
||||
}
|
||||
return _replyPreview->loaded();
|
||||
}
|
||||
|
||||
void PhotoData::setRemoteLocation(
|
||||
int32 dc,
|
||||
uint64 access,
|
||||
|
Reference in New Issue
Block a user