Fix Send As button visibility.

This commit is contained in:
John Preston 2021-11-10 10:38:11 +04:00
parent b47e29b182
commit dd7568ed3a

View file

@ -1892,6 +1892,9 @@ void ComposeControls::updateControlsVisibility() {
if (_ttlInfo) { if (_ttlInfo) {
_ttlInfo->show(); _ttlInfo->show();
} }
if (_sendAs) {
_sendAs->show();
}
} }
bool ComposeControls::updateBotCommandShown() { bool ComposeControls::updateBotCommandShown() {