2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-10-23 15:06:09 +00:00

Add QR code generation progress.

This commit is contained in:
John Preston
2019-11-26 16:17:19 +03:00
parent ba7762305e
commit f4bf79b067
2 changed files with 43 additions and 18 deletions

View File

@@ -478,7 +478,8 @@ void Step::showFast() {
}
bool Step::animating() const {
return (_slideAnimation && _slideAnimation->animating()) || _a_show.animating();
return (_slideAnimation && _slideAnimation->animating())
|| _a_show.animating();
}
bool Step::hasCover() const {