2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Added ability to show song cover in EditCaptionBox and SendFilesBox.

This commit is contained in:
23rd
2021-01-10 02:04:03 +03:00
parent 8fffe7d128
commit cf0cde6e83
6 changed files with 100 additions and 27 deletions

View File

@@ -96,6 +96,8 @@ private:
void createEditMediaButton();
bool setPreparedList(Ui::PreparedList &&list);
bool isThumbedLayout() const;
inline QString getNewMediaPath() {
return _preparedList.files.empty()
? QString()