mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix Send As button visibility.
This commit is contained in:
parent
b47e29b182
commit
dd7568ed3a
1 changed files with 3 additions and 0 deletions
|
@ -1892,6 +1892,9 @@ void ComposeControls::updateControlsVisibility() {
|
|||
if (_ttlInfo) {
|
||||
_ttlInfo->show();
|
||||
}
|
||||
if (_sendAs) {
|
||||
_sendAs->show();
|
||||
}
|
||||
}
|
||||
|
||||
bool ComposeControls::updateBotCommandShown() {
|
||||
|
|
Loading…
Add table
Reference in a new issue