mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix bot menu button on voice recording.
This commit is contained in:
parent
205cd3b751
commit
2996cbc518
1 changed files with 2 additions and 0 deletions
|
@ -4464,6 +4464,8 @@ bool HistoryWidget::updateCmdStartShown() {
|
||||||
? tr::lng_bot_menu_button()
|
? tr::lng_bot_menu_button()
|
||||||
: rpl::single(_botMenuButtonText)),
|
: rpl::single(_botMenuButtonText)),
|
||||||
st::historyBotMenuButton);
|
st::historyBotMenuButton);
|
||||||
|
orderWidgets();
|
||||||
|
|
||||||
_botMenuButton->setTextTransform(
|
_botMenuButton->setTextTransform(
|
||||||
Ui::RoundButton::TextTransform::NoTransform);
|
Ui::RoundButton::TextTransform::NoTransform);
|
||||||
_botMenuButton->setFullRadius(true);
|
_botMenuButton->setFullRadius(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue