mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Use streamed video for GIFs in History.
This commit is contained in:
@@ -466,7 +466,7 @@ void SetupPerformance(
|
||||
}) | rpl::start_with_next([=](bool enabled) {
|
||||
session->settings().setAutoplayGifs(enabled);
|
||||
if (!enabled) {
|
||||
session->data().stopAutoplayAnimations();
|
||||
session->data().checkPlayingVideoFiles();
|
||||
}
|
||||
session->saveSettingsDelayed();
|
||||
}, container->lifetime());
|
||||
|
Reference in New Issue
Block a user