2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Show more frozen errors.

This commit is contained in:
John Preston
2025-03-21 18:56:43 +04:00
parent 44d9525476
commit 906fc9cc1d
5 changed files with 24 additions and 2 deletions

View File

@@ -894,7 +894,9 @@ void MainMenu::updateInnerControlsGeometry() {
}
void MainMenu::chooseEmojiStatus() {
if (const auto widget = _badge->widget()) {
if (_controller->showFrozenError()) {
return;
} else if (const auto widget = _badge->widget()) {
_emojiStatusPanel->show(_controller, widget, _badge->sizeTag());
} else {
ShowPremiumPreviewBox(_controller, PremiumFeature::EmojiStatus);