From d376e202c8ef77f989a7af5ca52e89bfa5a1f355 Mon Sep 17 00:00:00 2001 From: AlexeyZavar Date: Sun, 26 Apr 2026 20:18:53 +0300 Subject: [PATCH] chore: tweak defaults --- Telegram/SourceFiles/ayu/ayu_settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;