mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-10-18 08:25:30 +02:00
Fix dice-type game display.
This commit is contained in:
parent
0bc59a82ba
commit
5473696491
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ void Sticker::dataMediaCreated() const {
|
|||
void Sticker::setDiceIndex(const QString &emoji, int index) {
|
||||
_diceEmoji = emoji;
|
||||
_diceIndex = index;
|
||||
_playingOnce = (index >= 0);
|
||||
_playingOnce = (index > 0);
|
||||
_stopOnLastFrame = (index > 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue