mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix no votes label.
This commit is contained in:
parent
de4a477686
commit
a142a2717c
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ void HistoryPoll::updateVotesCheckAnimations() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void HistoryPoll::updateTotalVotes() const {
|
void HistoryPoll::updateTotalVotes() const {
|
||||||
if (_totalVotes == _poll->totalVoters) {
|
if (_totalVotes == _poll->totalVoters && !_totalVotesLabel.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_totalVotes = _poll->totalVoters;
|
_totalVotes = _poll->totalVoters;
|
||||||
|
|
Loading…
Add table
Reference in a new issue