mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fix animated emoji reloading.
This commit is contained in:
parent
1d8d2b6251
commit
04b9d4bdb5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ private:
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
constexpr auto kRefreshTimeout = TimeId(7200);
|
constexpr auto kRefreshTimeout = 7200 * crl::time(1000);
|
||||||
constexpr auto kClearSourceTimeout = 10 * crl::time(1000);
|
constexpr auto kClearSourceTimeout = 10 * crl::time(1000);
|
||||||
|
|
||||||
[[nodiscard]] QSize SingleSize() {
|
[[nodiscard]] QSize SingleSize() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue