mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 4.15.4: Fix build with Xcode.
This commit is contained in:
parent
20db635366
commit
f2a54e3cbb
1 changed files with 1 additions and 1 deletions
|
@ -4869,7 +4869,7 @@ bool HistoryWidget::updateCmdStartShown() {
|
|||
|| (_botMenu.small != textSmall));
|
||||
if (textChanged) {
|
||||
_botMenu.text = bot->botInfo->botMenuButtonText;
|
||||
if (_botMenu.small = textSmall) {
|
||||
if ((_botMenu.small = textSmall)) {
|
||||
if (const auto e = FirstEmoji(_botMenu.text); !e.isEmpty()) {
|
||||
_botMenu.text = e;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue