mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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 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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue