Allow temp-set of wearable as a status.

This commit is contained in:
John Preston 2025-03-13 12:09:51 +04:00
parent 033cb2790c
commit abe8079296

View file

@ -1261,7 +1261,7 @@ void EmojiListWidget::fillEmojiStatusMenu(
int section, int section,
int index) { int index) {
const auto chosen = lookupCustomEmoji(index, section); const auto chosen = lookupCustomEmoji(index, section);
if (!chosen || chosen.collectible) { if (!chosen) {
return; return;
} }
const auto selectWith = [=](TimeId scheduled) { const auto selectWith = [=](TimeId scheduled) {