2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix stickers lagging on macOS.

This commit is contained in:
John Preston
2019-05-28 13:39:38 +02:00
parent ab16c88473
commit ff0ff1d99c
9 changed files with 56 additions and 22 deletions

View File

@@ -598,3 +598,11 @@ void Sandbox::execExternal(const QString &cmd) {
}
} // namespace Core
namespace crl {
rpl::producer<> on_main_update_requests() {
return Core::Sandbox::Instance().widgetUpdateRequests();
}
} // namespace crl