mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix buid with Xcode.
This commit is contained in:
@@ -271,7 +271,7 @@ void GiftButton::setDescriptor(const GiftDescriptor &descriptor, Mode mode) {
|
||||
: data.from
|
||||
? Ui::MakeUserpicThumbnail(data.from)
|
||||
: Ui::MakeHiddenAuthorThumbnail();
|
||||
if (small() && !resale || (_mode == Mode::Craft)) {
|
||||
if ((small() && !resale) || (_mode == Mode::Craft)) {
|
||||
_price = {};
|
||||
_stars.reset();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user