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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user