mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix animated emoji reloading.
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user