Skip to content

Commit

Permalink
Version 5.6.1: Fix build with Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Oct 7, 2024
1 parent dd4fbc2 commit 51f1999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Telegram/SourceFiles/boxes/star_gift_box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,8 @@ void SendGiftBox(
.text = tr::lng_gift_sold_out_text(
tr::now,
lt_count_decimal,
star->limitedCount),
star->limitedCount,
Ui::Text::RichLangValue),
});
} else {
window->show(
Expand Down

0 comments on commit 51f1999

Please sign in to comment.