chore: tweak defaults

This commit is contained in:
AlexeyZavar
2026-04-26 20:18:53 +03:00
parent d7646274c0
commit d376e202c8
+2 -2
View File
@@ -622,7 +622,7 @@ private:
rpl::variable<bool> _semiTransparentDeletedMessages = false;
rpl::variable<bool> _disableAds = true;
rpl::variable<bool> _disableStories = false;
rpl::variable<bool> _disableCustomBackgrounds = true;
rpl::variable<bool> _disableCustomBackgrounds = false;
rpl::variable<bool> _showOnlyAddedEmojisAndStickers = false;
rpl::variable<bool> _collapseSimilarChannels = true;
rpl::variable<bool> _hideSimilarChannels = false;
@@ -686,7 +686,7 @@ private:
rpl::variable<PeerIdDisplay> _showPeerId = PeerIdDisplay::BotApi;
rpl::variable<bool> _showMessageSeconds = false;
rpl::variable<bool> _showMessageShot = true;
rpl::variable<bool> _filterZalgo = true;
rpl::variable<bool> _filterZalgo = false;
rpl::variable<bool> _stickerConfirmation = false;
rpl::variable<bool> _gifConfirmation = false;
rpl::variable<bool> _voiceConfirmation = false;