mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-22 09:07:05 +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 {
|
||||
if (_totalVotes == _poll->totalVoters) {
|
||||
if (_totalVotes == _poll->totalVoters && !_totalVotesLabel.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
_totalVotes = _poll->totalVoters;
|
||||
|
|
Loading…
Add table
Reference in a new issue