Merge branch 'beta'

This commit is contained in:
Ali 2023-03-07 16:05:13 +04:00
commit 692eebfc91

View File

@ -282,8 +282,8 @@ public struct EnergyUsageSettings: Codable, Equatable {
autoplayVideo: true, autoplayVideo: true,
autoplayGif: true, autoplayGif: true,
loopStickers: true, loopStickers: true,
loopEmoji: isCapable ? false : true, loopEmoji: isCapable,
fullTranslucency: isCapable ? false : true, fullTranslucency: isCapable,
extendBackgroundWork: true, extendBackgroundWork: true,
autodownloadInBackground: true autodownloadInBackground: true
) )