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:
@@ -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
|
||||
|
Reference in New Issue
Block a user