mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
chore: tweak defaults
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user