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,
autoplayGif: true,
loopStickers: true,
loopEmoji: isCapable ? false : true,
fullTranslucency: isCapable ? false : true,
loopEmoji: isCapable,
fullTranslucency: isCapable,
extendBackgroundWork: true,
autodownloadInBackground: true
)