2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Rename reactionBottom* to reactionInline* styles.

This commit is contained in:
John Preston
2022-01-13 16:22:42 +03:00
parent 604a827a52
commit 2dec1b72f7
3 changed files with 21 additions and 21 deletions

View File

@@ -142,7 +142,7 @@ QImage Reactions::resolveImageFor(
};
if (set.bottomInfo.isNull() && set.icon) {
resolve(set.bottomInfo, st::reactionInfoImage);
resolve(set.inlineList, st::reactionBottomImage);
resolve(set.inlineList, st::reactionInlineImage);
crl::async([icon = std::move(set.icon)]{});
}
switch (size) {