mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Allow temp-set of wearable as a status.
This commit is contained in:
parent
033cb2790c
commit
abe8079296
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ void EmojiListWidget::fillEmojiStatusMenu(
|
|||
int section,
|
||||
int index) {
|
||||
const auto chosen = lookupCustomEmoji(index, section);
|
||||
if (!chosen || chosen.collectible) {
|
||||
if (!chosen) {
|
||||
return;
|
||||
}
|
||||
const auto selectWith = [=](TimeId scheduled) {
|
||||
|
|
Loading…
Add table
Reference in a new issue