Load and show image previews in pinned bar.

This commit is contained in:
John Preston
2020-10-12 16:24:45 +03:00
parent 9b4b15ee6d
commit 37fb94cbfb
9 changed files with 136 additions and 15 deletions
@@ -107,4 +107,8 @@ Image *ReplyPreview::image(Data::FileOrigin origin) {
return _image.get();
}
bool ReplyPreview::loaded() const {
return _checked;
}
} // namespace Data