diff --git a/Telegram/SourceFiles/ayu/ayu_settings.h b/Telegram/SourceFiles/ayu/ayu_settings.h index 4e147bd424..97a0439215 100644 --- a/Telegram/SourceFiles/ayu/ayu_settings.h +++ b/Telegram/SourceFiles/ayu/ayu_settings.h @@ -622,7 +622,7 @@ private: rpl::variable _semiTransparentDeletedMessages = false; rpl::variable _disableAds = true; rpl::variable _disableStories = false; - rpl::variable _disableCustomBackgrounds = true; + rpl::variable _disableCustomBackgrounds = false; rpl::variable _showOnlyAddedEmojisAndStickers = false; rpl::variable _collapseSimilarChannels = true; rpl::variable _hideSimilarChannels = false; @@ -686,7 +686,7 @@ private: rpl::variable _showPeerId = PeerIdDisplay::BotApi; rpl::variable _showMessageSeconds = false; rpl::variable _showMessageShot = true; - rpl::variable _filterZalgo = true; + rpl::variable _filterZalgo = false; rpl::variable _stickerConfirmation = false; rpl::variable _gifConfirmation = false; rpl::variable _voiceConfirmation = false;